You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,17 @@ Resolves #ISSUE_NUMBER
15
15
*
16
16
17
17
### 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)
21
22
22
23
### Does this introduce a breaking change?
23
24
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
24
25
25
26
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
0 commit comments