Skip to content

Commit

Permalink
Improve Issue Templates (#5836)
Browse files Browse the repository at this point in the history
Be explicit about searching for an existing `bug`, `feature`, `enhancement`
and avoid duplications.

Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
  • Loading branch information
eddumelendez and mdelapenya committed Sep 13, 2022
1 parent 0d368f7 commit 6e46662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to fill out this bug report! Before submitting a `bug`, please make sure there is no existing issue for the one you encountered.
- type: dropdown
id: module
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Please provide the following information
Before submitting an `enhancement`, please make sure there is no existing enhancement for the one you are requesting. If so, please provide the following information:
- type: dropdown
id: module
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Please provide the following information
Before submitting a `feature`, please make sure there is no existing feature for the one you are requesting. If so, please provide the following information:
- type: dropdown
id: module
attributes:
Expand Down

0 comments on commit 6e46662

Please sign in to comment.