Any constructive contributions – bug reports, pull requests (code or documentation), suggestions for improvements, and more – are welcome.
Discussion is welcome either on the combine-discuss Google Group or by creating a new issue in the GitHub tracker for this repository.
Everyone is asked to read and respect the code of conduct before participating directly in this project.
- Fork the codebase, for example to https://github.com/YOUR-GITHUB-ACCOUNT/Community-guidelines (click the Fork button in the upright corner of the page)
- 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
- Fork the codebase, for example to https://github.com/YOUR-GITHUB-ACCOUNT/Community-guidelines
- Clone your fork locally (
git clone [email protected]:YOUR-GITHUB-ACCOUNT/Community-guidelines.git my-community-guidelines
) - 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/Community-guidelines/pull/new/master
Portions of this file were originally borrowed from 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.