We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b6aa2 commit b9f32daCopy full SHA for b9f32da
1 file changed
CONTRIBUTING.md
@@ -16,4 +16,19 @@
16
1. create a new branch
17
1. push your changes to the branch
18
1. create a draft pull request
19
-1. when you think it is ready, mark it as "ready for review" and invite a reviewer
+1. when you think it is ready, mark it as "ready for review" and invite a reviewer
20
+1. address the remarks of the reviewer
21
+1. check that all tests passed
22
+1. merge the pull request, choosing the `squash` option
23
+
24
+It is OK to merge your own pull request without review if you are very sure it will not cause any problems. If in doubt, ask on Telegram.
25
26
+#### Commit messages
27
+1. shall start with capital letter
28
+1. imperative form
29
30
+**Examples**
31
+- Fix division-by-zero error
32
+- Improve docstrings
33
+- Implement feature #23
34
+- Add function cool_feature()
0 commit comments