Any constructive contributions – bug reports, pull requests (code or documentation), suggestions for improvements, and more – are welcome.
Discussion is welcome by creating a new issue in this repository.
Everyone is asked to read and respect the code of conduct before participating directly in this project.
- 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
- Fork the repository, for example to https://github.com/YOUR-GITHUB-ACCOUNT/debinfer
- 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/debinfer/pull/new/master
This file was adapted from which 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.