Skip to content

Commit 3b87668

Browse files
committed
Change * to -
Signed-off-by: Timo Sand <[email protected]>
1 parent 9f6c8f8 commit 3b87668

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ Resolves #ISSUE_NUMBER
77
### Before the change?
88
<!-- Please describe the current behavior that you are modifying. -->
99

10-
*
10+
-
1111

1212
### After the change?
1313
<!-- Please describe the behavior or changes that are being added by this PR. -->
1414

15-
*
15+
-
1616

1717
### Pull request checklist
1818

19-
* [ ] Schema migrations have been created if needed ([example](https://github.com/F-Secure-web/terraform-provider-github/blob/main/github/migrate_github_actions_organization_secret.go))
20-
* [ ] Tests for the changes have been added (for bug fixes / features)
21-
* [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
19+
- [ ] Schema migrations have been created if needed ([example](https://github.com/F-Secure-web/terraform-provider-github/blob/main/github/migrate_github_actions_organization_secret.go))
20+
- [ ] Tests for the changes have been added (for bug fixes / features)
21+
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
2222

2323
### Does this introduce a breaking change?
2424
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
2525

2626
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
2727

28-
* [ ] Yes
29-
* [ ] No
28+
- [ ] Yes
29+
- [ ] No
3030

3131
----

0 commit comments

Comments
 (0)