File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,15 @@ we recommend you to read the [code of conduct](CODE_OF_CONDUCT.md).
66
77## Contributing Workflow
88
9- The contributing workflow relies on [ Github Pull Requests] ( https://help.github.com/articles/using-pull-requests/ ) .
9+ The contributing workflow relies on [ GitHub Pull Requests] ( https://help.github.com/articles/using-pull-requests/ ) .
1010
11111 . If it is an important change, we recommend you to discuss it on the mailing-list before starting implementation.
12- This ensure that the development is aligned with other
13- development already started and will be efficiently integrated.
12+ This ensures that the development is aligned with other development already started and will be efficiently integrated.
1413
15142 . Create the corresponding issues.
1615
17163 . Create a branch and start a PR starting by [ WIP] , like "[ WIP] My new feature" so everyone can follow the development.
18- Explain the implementation in the PR description with links to issues.
17+ Explain the implementation in the PR description with links to issues.
1918
20194 . Implement the new feature(s). Add unit test if needed.
2120One feature per PR is ideal for review, but linked features can be part of the same PR.
You can’t perform that action at this time.
0 commit comments