This is a repository to provide a space to draft and allow for dialog in the creation of a code of conduct for the Project Hydra community, including virtual and face-to-face interactions.
Resources for policies/starting points:
- The Ada Initiative: Anti-harassment work
- Geek Feminism Wiki: example anti-harassment policy for conferences
- Open Repositories 2013 Code of Conduct
- Digital Library Federation Code of Conduct
Discussion is welcome either on the hydra-tech listserv or by creating a new issue: https://github.com/projecthydra/code-of-conduct/issues/new
- Fork the codebase e.g. to https://github.com/your-username/code-of-conduct (click the "Fork" button in the upright corner of the page)
- Click the link for one of the files (e.g.
code_of_conduct.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/code-of-conduct
- Clone your fork locally (
git clone [email protected]:your-username/code-of-conduct.git my-code-of-conduct
) - 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/code-of-conduct/pull/new/master