diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-05-31 18:35:24 +0800 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-05-31 18:39:37 +0800 |
commit | 9dd1ef182bd0cf1a0af2073e6ede4e332995d127 (patch) | |
tree | 1e7a5adedf5c68c45db9d86fcc3ed6a5679eeab8 | |
parent | e5226177ac667c8ad4cc07270bbdef24031eb8a2 (diff) | |
download | gitlab-ce-9dd1ef182bd0cf1a0af2073e6ede4e332995d127.tar.gz |
Ask for an example project for bug reports
* Bugs reported in the GitLab Issue trackers should be reproducible
* Asking reporters to reproduce on GitLab.com is reasonable
* It lets us know whether the issue still exists in latest
* It ensures that the steps to reproduce are solid
* It gives Developers a live example to work from
* Reporter can verify the fix in the example project once shipped
[skip ci]
-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: |