Skip to content

Commit 1ecdc16

Browse files
authored
[MAINT] Link directly to an example file to keep the link current when changes happen (#3019)
* Link directly to an example file to keep the link current when changes happen Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Change `*` to `-` Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 1268edb commit 1ecdc16

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ 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
18-
- [ ] Schema migrations have been created if needed ([example](https://github.com/integrations/terraform-provider-github/pull/2820/files))
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))
1920
- [ ] Tests for the changes have been added (for bug fixes / features)
2021
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
2122

@@ -28,4 +29,3 @@ Please see our docs on [breaking changes](https://github.com/octokit/.github/blo
2829
- [ ] No
2930

3031
----
31-

0 commit comments

Comments
 (0)