Skip to content

Commit 6719695

Browse files
committed
Outline of the PR template
Still needs a lot of work, but this is probably the right direction.
1 parent bfffd62 commit 6719695

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

.github/pull_request_template.rst

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1-
This is a test PR template.
1+
Thank you for contributing to MOM6!
22

3-
(Is it really working?)
3+
Before completing your submission, remember to check the following.
4+
5+
* Have I submitted to the correct repository?
6+
7+
.. image:: media/select_repo.png
8+
9+
- mom-ocean is only for nodes
10+
11+
- If you are unsure, send this PR to NOAA-GFDL/MOM6.git
12+
13+
* Have all CI tests pass?
14+
15+
- Reach out to XXX if you need help resolving these issues.
16+
17+
* Review the MOM6 code style guide
18+
19+
Some common errors:
20+
21+
- Indentation
22+
23+
- Correct index conventions
24+
25+
- Parentheses to ensure bit reproducibility
26+
27+
* Commit history
28+
29+
- Is my work based on the latest version?
30+
31+
If not, then you may need to update your branch, preferably using ``git
32+
rebase``.
33+
34+
- Are all of my commits meaningful?

0 commit comments

Comments
 (0)