github.com/gramework/gramework@v1.8.1-0.20231027140105-82555c9057f5/docs/CONTRIBUTING.md (about) 1 ## Contributing 2 3 - With issues: 4 - Use the search tool before opening a new issue. 5 - Please provide source code and commit sha if you found a bug. 6 - Review existing issues and provide feedback or react to them. 7 8 - With pull requests: 9 - Open your pull request against `dev`. 10 - Sign our CLA, if our CLA bot suggests you to. 11 - It should pass all tests in the available continuous integrations systems such as TravisCI, FOSSA. 12 - You should add/update tests to cover your proposed code changes. 13 - Bump the version (see `version.go`) and document your fixes or new features in the `docs/CHANGELOG.md`.