Merge pull request #5808 from ByteHamster/issue-template-open-closed

Mention open and closed issues in issue template
This commit is contained in:
ByteHamster 2022-03-22 19:21:48 +01:00 committed by GitHub
commit 66da9dad70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ body:
attributes:
label: Checklist
options:
- label: I have used the search function to see if someone else has already submitted the same bug report.
- label: I have used the search function for [open](https://github.com/AntennaPod/AntennaPod/issues) **and** [closed](https://github.com/AntennaPod/AntennaPod/issues?q=is%3Aissue+is%3Aclosed) issues to see if someone else has already submitted the same bug report.
required: true
- label: I will describe the problem with as much detail as possible.
required: true

View File

@ -6,7 +6,7 @@ body:
attributes:
label: Checklist
options:
- label: I have used the search function to see if someone else has already submitted the same feature request.
- label: I have used the search function for [open](https://github.com/AntennaPod/AntennaPod/issues) **and** [closed](https://github.com/AntennaPod/AntennaPod/issues?q=is%3Aissue+is%3Aclosed) issues to see if someone else has already submitted the same feature request.
required: true
- label: I will describe the problem with as much detail as possible.
required: true