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: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ Note that all of the unit tests names should starts with prefix 'test_'.
23
23
24
24
## Branches rules
25
25
26
-
1) The 'main' branch consists sources of the last work and tested version of the util, correct documentation, some helpfull scripts and research notebooks;
27
-
2) The 'develop' branch consist source of the current developing version;
26
+
1) The 'main' branch consists sources of the last work and tested version of the util, correct documentation, some helpfull scripts and research notebooks.
27
+
2) The 'develop' branch consist source of the current developing version.
28
28
3) All pull requests should fix one issue or some related issues. After the review, all commits will squash (combined into one) and merge with descriptive message.
29
29
30
30
## Making pull requests
31
31
32
32
Sequence for submitting PR:
33
33
34
-
1) Fork this repo (for external contributors) or clone (for internal contributors);
35
-
2) Make branch off of 'develop' branch;
36
-
3) Add descriptive unit tests;
37
-
4) If desire, you may to add auto tests. When adding error fixes it's required;
38
-
5) After making commits check that all pre-commit hooks is passed;
39
-
6) Push commits into your remote branch and than create pull request.
34
+
1) Fork this repo (for external contributors) or clone (for internal contributors).
35
+
2) Make branch off of 'main' branch.
36
+
3) Add descriptive unit tests if you affect the source code.
37
+
4) If desire, you may to add auto tests. When adding error fixes it's required.
38
+
5) After making commits check that all pre-commit hooks is passed.
39
+
6) Push commits into your remote branch and than create pull request into 'main' branch.
0 commit comments