Skip to content

Commit

Permalink
fix issue templates for tasklists
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 12, 2023
1 parent fb5b6ed commit bff5213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ body:
```[tasklist]
# Master PRs
- [ ]
- [ ] PR 1
```
```[tasklist]
# Stable PRs
- [ ] Task 1
- [ ] PR 1
```
validations:
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ body:
```[tasklist]
# Master PRs
- [ ]
- [ ] PR 1
```
```[tasklist]
# Stable PRs
- [ ] Task 1
- [ ] PR 1
```
validations:
required: false
Expand Down

0 comments on commit bff5213

Please sign in to comment.