Skip to content

Commit

Permalink
Adding CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This was uploaded via automation.
  • Loading branch information
jeremyf committed Jun 14, 2020
1 parent 267ce94 commit 4f229a9
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@ https://wiki.duraspace.org/display/samvera/Samvera+Community+Intellectual+Proper

You should also add yourself to the `CONTRIBUTORS.md` file in the root of the project.

## Language

The language we use matters. Today, tomorrow, and for years to come
people will read the code we write. They will judge us for our
design, logic, and the words we use to describe the system.

Our words should be accessible. Favor descriptive words that give
meaning while avoiding reinforcing systemic inequities. For example,
in the Samvera community, we should favor using allowed\_list instead
of whitelist, denied\_list instead of blacklist, or source/copy
instead of master/slave.

We're going to get it wrong, but this is a call to keep working to
make it right. View our code and the words we choose as a chance to
have a conversation. A chance to grow an understanding of the systems
we develop as well as the systems in which we live.

See [“Blacklists” and “whitelists”: a salutary warning concerning the
prevalence of racist language in discussions of predatory
publishing](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6148600/) for
further details.

## Contribution Tasks

* Reporting Issues
Expand All @@ -34,7 +56,7 @@ You should also add yourself to the `CONTRIBUTORS.md` file in the root of the pr
### Reporting Issues

* Make sure you have a [GitHub account](https://github.com/signup/free)
* Submit a [Github issue](https://github.com/samvera/questioning_authority/issues) by:
* Submit a [Github issue](https://github.com/samvera/{{library}}/issues/) by:
* Clearly describing the issue
* Provide a descriptive summary
* Explain the expected behavior
Expand Down

0 comments on commit 4f229a9

Please sign in to comment.