Thank you for joining us and contributing to the Shipwright project!
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.
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)
- Make your changes in the local branch and commit them.
- Push your local branch to your GitHub fork.
- Submit a Pull Request against the shipwright-io/website repository.
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.