13 lines
496 B
Markdown
13 lines
496 B
Markdown
# Contributing to Go keyring library
|
|
|
|
Please open an issue for bugs and feature requests. We are open to Pull Requests, but we would like to discuss features with you.
|
|
If you want to submit a PR, always use feature branches and let people discuss changes in pull requests.
|
|
|
|
Pull requests should only be merged after all discussions have been concluded and at least 2 reviewers has given their
|
|
**approval**.
|
|
|
|
## Guidelines
|
|
|
|
- **every code change** should have a test
|
|
- keep the current code style
|