Guidelines for contributing to this project
Any constructive contributions – bug reports, pull requests (code or documentation), suggestions for improvements, and more – are welcome.
Discussions
Discussion is welcome by creating a new issue in this repository.
Conduct
Everyone is asked to read and respect the code of conduct before participating directly in this project.
How to contribute text, edits, and other materials
Using GitHub (doesn't require knowing Git)
- Fork the repository
- Click the link for one of the files
- Click the Edit button, then make some edits
- 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 main page of your copy of the repository
Using Git
- Fork the repository, for example to https://github.com/YOUR-GITHUB-ACCOUNT/rucrdtw
- Clone your fork locally
- 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, for example at https://github.com/YOUR-GITHUB-ACCOUNT/rucrdtw/pull/new/master
License
Acknowledgments
This file was adapted from Combine-Org the code4lib anti-harassment policy repository on GitHub. Their content is licensed under CC0. Subsequent modifications were made by COMBINE members as indicated in the GitHub commit history.