Bug.md: Use html comments instead of asking to remove the notice
The issue template for bugs has a notice at the start that mentions to search for duplicates before creating a new issue. Then the reporter is asked to remove the notice once read, presumptively to avoid noise in the actual issue. Instead of that, we can make that part of the issue template an html comment, so it won't be rendered in the final result. This avoids the tedious task of removing that part of the notice. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43580
This commit is contained in:
parent
c4b4792e2f
commit
ef4c776bd3
1 changed files with 2 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<!---
|
||||||
Please read this!
|
Please read this!
|
||||||
|
|
||||||
Before opening a new issue, make sure to search for keywords in the issues
|
Before opening a new issue, make sure to search for keywords in the issues
|
||||||
|
@ -14,10 +15,7 @@ For the Enterprise Edition issue tracker:
|
||||||
- https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name%5B%5D=bug
|
- https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name%5B%5D=bug
|
||||||
|
|
||||||
and verify the issue you're about to submit isn't a duplicate.
|
and verify the issue you're about to submit isn't a duplicate.
|
||||||
|
--->
|
||||||
Please remove this notice if you're confident your issue isn't a duplicate.
|
|
||||||
|
|
||||||
------
|
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue