diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-31 13:28:05 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-31 13:28:05 +0000 |
commit | a8f45c42d7330ff004ac8376de05776bee457c99 (patch) | |
tree | cd03aa162bb564c88f3ff440dfc9f80dd74444dd | |
parent | 21b3f200a02bd9b9a31c0a42c215226d099febdb (diff) | |
parent | 9dd1ef182bd0cf1a0af2073e6ede4e332995d127 (diff) | |
download | gitlab-ce-a8f45c42d7330ff004ac8376de05776bee457c99.tar.gz |
Merge branch 'issue-template-reproduce-in-example-project' into 'master'
Ask for an example project for bug reports
See merge request !11819
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 6 | ||||
-rw-r--r-- | changelogs/unreleased/issue-template-reproduce-in-example-project.yml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 58af062e75e..9d53a48409a 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -20,6 +20,12 @@ Please remove this notice if you're confident your issue isn't a duplicate. (How one can reproduce the issue - this is very important) +### Example Project + +(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report) + +(If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version) + ### What is the current *bug* behavior? (What actually happens) diff --git a/changelogs/unreleased/issue-template-reproduce-in-example-project.yml b/changelogs/unreleased/issue-template-reproduce-in-example-project.yml new file mode 100644 index 00000000000..8116007b459 --- /dev/null +++ b/changelogs/unreleased/issue-template-reproduce-in-example-project.yml @@ -0,0 +1,4 @@ +--- +title: Ask for an example project for bug reports +merge_request: +author: |