Report Issues and Pull requests are always welcomed. Please read the following before code contribution
We use Github Issues to track public bugs and feature requests.
Please search for existing or similar issues first to avoid reporting the same issue again.
When creating an issue, please provide a detailed description, screenshot or a video clip to help us locate the problem.
Everyone can make contributions to make SOPS more powerful. The code team will monitor all pull requests and perform corresponding code review and tests. Once the code pass the test, will will accept the PR. However, it will not be merged to master immediately.
Please do the following before completing a PR:
- Fork your own branch from
master
orhotfix
. - Please modify the corresponding document and comment after changing the code.
- Add license and copyright statement in the created file
- Make sure the coding style is consistent.
- Perform adequate tests.
- Then, you may submit your code to
dev
orhotfix
branch.
The open source protocol used by SOPS is MIT LICENSE. Your code will also be protected by this protocol.