File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 1
- This is a test PR template.
1
+ Thank you for contributing to MOM6!
2
2
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?
You can’t perform that action at this time.
0 commit comments