Discussion is welcome either on the hydra-tech listserv or by creating a new issue: https://github.com/projecthydra/anti-harassment_policy/issues/new
Pull requests are welcome!
- Fork the codebase e.g. to https://github.com/your-username/anti-harassment_policy (click the "Fork" button in the upright corner of the page)
- Click the link for one of the files (e.g.
README.md
) - Click the Edit button
- Add a commit summary and (optionally) an extended description
- Click the Commit Changes button
- Create a pull request by clicking the Pull Request button at the top of the page
- Fork the codebase e.g. to https://github.com/your-username/anti-harassment_policy
- Clone your fork locally (
git clone [email protected]:your-username/anti-harassment_policy.git my-anti-harassment_policy
) - Create a branch to hold your changes (
git checkout -b my-changes
) - Commit the changes you've made (
git commit -am "Some descriptive text around what you've added"
) - Push your branch to github (
git push origin my-changes
) - Create a pull request e.g. at https://github.com/your-username/anti-harassment_policy/pull/new/master