Skip to content

Commit f4620be

Browse files
authored
Merge pull request #4431 from opusforlife2/checkbox_example
Added an example of how to use Markdown checkbox
2 parents 9e1bc63 + 2e28fad commit f4620be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Oh no, a bug! It happens. Thanks for reporting an issue with NewPipe. To make it
1313
<!-- The comments between these brackets won't show up in the submitted issue (as you can see in the preview). -->
1414

1515
### Checklist
16+
<!-- The first box has been checked for you to show you how it is done. -->
1617

17-
- [ ] I am using the latest version. <!-- compare Releases page and your version given in About in the app drawer -->
18+
- [x] I am using the latest version. <!-- compare Releases page and your version given in About in the app drawer -->
1819
- [ ] I checked, but didn't find any duplicates of this issue in the repo. <!-- Seriously, check. O_O -->
1920
- [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md.
2021
- [ ] This issue contains only one bug. I will open one issue for every bug report I want to file.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ assignees: ''
99
<!-- The comments between these brackets won't show up in the submitted issue (as you can see in the preview). -->
1010

1111
### Checklist
12+
<!-- The first box has been checked for you to show you how it is done. -->
1213

13-
- [ ] I checked, but didn't find any duplicates of this issue in the repo. <!-- Seriously, check. O_O -->
14+
- [x] I checked, but didn't find any duplicates of this issue in the repo. <!-- Seriously, check. O_O -->
1415
- [ ] I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md.
1516
- [ ] This issue contains only one feature request. I will open one issue for every feature I want to request.
1617

0 commit comments

Comments
 (0)