File: CONTRIBUTING.md

package info (click to toggle)
golang-github-zalando-go-keyring 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# 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