Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 1.26 KB

Contributing to GoTestWeb

Contributions are very welcome. See issues, and join us in Slack to talk about your cool ideas for the project.

Developer Sign-Off

For purposes of tracking code-origination, we follow a simple sign-off process. If you can attest to the Developer Certificate of Origin then you append in each git commit text a line such as:

Signed-off-by: Your Name <[email protected]>

Code of Conduct

Conduct your collaboration around the u-root Code of Conduct.

Communication

Bugs

General Guidelines

Pull Requests

We accept GitHub pull requests.

Fork the project on GitHub, work in your fork and in branches, push these to your GitHub fork, and when ready, do a GitHub pull requests against https://github.com/JulienVdG/gotestweb.

Every commit in your pull request needs to be able to build and pass the CI tests (once we have some).

If the pull request closes an issue please note it as: "Fixes #NNN".