Skip to content

Commit 9f6c8f8

Browse files
committed
Link directly to an example file to keep the link current when changes happen
Signed-off-by: Timo Sand <[email protected]>
1 parent e3a3c6c commit 9f6c8f8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Resolves #ISSUE_NUMBER
1515
*
1616

1717
### Pull request checklist
18-
- [ ] Schema migrations have been created if needed ([example](https://github.com/integrations/terraform-provider-github/pull/2820/files))
19-
- [ ] Tests for the changes have been added (for bug fixes / features)
20-
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
18+
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)
2122

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

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

27-
- [ ] Yes
28-
- [ ] No
28+
* [ ] Yes
29+
* [ ] No
2930

3031
----
31-

0 commit comments

Comments
 (0)