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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
_Note. The title and description will be used as commit log title and message for squash merges._
4
4
5
-
## Dependencies
5
+
###Dependencies
6
6
7
7
_If there are PRs that need to be merged before or along with this one, please add "- [] waiting on LINK_TO_PR" for each of them._
8
8
9
-
## Issues addressed
9
+
###Issues addressed
10
10
11
11
_Add any issues here that this PR closes or is related to. Use "Resolves" or "Closes" to automatically close issues when the PR is merged. Using "Working towards" or "Related to" for other cases._
12
12
@@ -34,3 +34,6 @@ List all systems intentionally or unintentionally affected by this PR.
34
34
-[ ] This PR addresses one issue/problem/enhancement or has a very good reason for not doing so.
35
35
-[ ] These changes have been tested on the affected systems and applications.
36
36
-[ ] All dependency PRs/issues have been resolved and this PR can be merged.
37
+
-[ ] All necessary updates to the documentation on readthedocs are included in this PR
38
+
- For site config updates, check in particular `doc/source/PreConfiguredSites.rst` and `doc/source/MaintainersSection.rst`
39
+
-[ ] All necessary updates to the spack-stack wiki will be made when this PR is merged
0 commit comments