Please use English for all contributions
At the moment, here's the workflow we follow for sending a feature request.
- Open/search existing Github issues for the feature you're adding
- Checkout
devel
branch and make ashort-lived
branch (based off ofdevel
) ..briefly named after the feature you're adding. - Make sure you send mircro - Pull Requests (PRs) containing small changes, so it's easier to review and also easier for you to solve conflicts.
- Send PRs to
devel
branch only. We'll use changes from multiple commits over time to rebase them onto master alognwith aCHANGELOG
. - Close/Refer to the issue specific to the PR. For example, for issue #14, add
fixes #14
to the first line of commit message - Add a
signed off by
message in your commits. Helps distribute incentives to the community. We'll redesign this part in near future.
Refer to CODE_OF_CONDUCT.md