diff options
author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-02-17 01:58:01 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-17 08:58:01 +0800 |
commit | 669dad71f830693a83a50e3de52a86e3940497b6 (patch) | |
tree | 2a7ba5f7693d3a48d295cd2059f19244b323ca43 /.github | |
parent | 140967f00210b61b6246197cc9ecee10baa2e6f8 (diff) | |
download | gitea-669dad71f830693a83a50e3de52a86e3940497b6.tar.gz gitea-669dad71f830693a83a50e3de52a86e3940497b6.zip |
Add Screenshot-secion to IssueTemplate.md (#939)
For `UI`-bugs we usually require a Screenshot to debug it :wink:
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 6b1d7d8a64..ff554a43b1 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -21,3 +21,8 @@ ## Description ... + + +## Screenshots + +**If regarding the Web Interface, please include a screenshot** |