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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,25 @@ Resolves #ISSUE_NUMBER
7
7
### Before the change?
8
8
<!-- Please describe the current behavior that you are modifying. -->
9
9
10
-
*
10
+
-
11
11
12
12
### After the change?
13
13
<!-- Please describe the behavior or changes that are being added by this PR. -->
14
14
15
-
*
15
+
-
16
16
17
17
### Pull request checklist
18
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)
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)
22
22
23
23
### Does this introduce a breaking change?
24
24
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->
25
25
26
26
Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!
0 commit comments