Skip to content

Commit b9f32da

Browse files
committed
More content
1 parent 03b6aa2 commit b9f32da

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,19 @@
1616
1. create a new branch
1717
1. push your changes to the branch
1818
1. create a draft pull request
19-
1. when you think it is ready, mark it as "ready for review" and invite a reviewer
19+
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

Comments
 (0)