Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1.76 KB

Contributing to the Shipwright Website

Thank you for joining us and contributing to the Shipwright project!

Code of Conduct

Before contributing, please review the Shipwright project Code of Conduct. Violators of the code of conduct are subject to having their contributions removed or rejected.

Submitting Contributions

To submit content or technical improvements to the website, we recommend you do the following:

  • Fork this repository into your personal Github account. See GitHub's documentation for instructions.
  • Clone your fork to your computer.
  • Create a new branch on your computer for your contribution. This can be done on the command line as follows:
$ git checkout -b my-contribution

(note that "my-contribution" can be any branch name you wish)

Once your pull request is submitted, a Shipwright reviewer will provide feedback. After the reviewers are satisfied with your changes, the pull request will be merged.