Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/code4lib/code-of-conduct

Code4lib code of conduct
https://github.com/code4lib/code-of-conduct

Last synced: about 1 month ago
JSON representation

Code4lib code of conduct

Awesome Lists containing this project

README

        

Code4lib Anti-Harassment Policy
===============================

This is repository is a space for dialog in the maintenance of an anti-harassment policy for the [Code4lib](http://code4lib.org/) annual conference, mailing list, and other Code4Lib channels.

Resources for policies/starting points:

* [The Ada Initiative: Anti-harassment work](http://adainitiative.org/what-we-do/conference-policies/)
* [Geek Feminism Wiki: example anti-harassment policy for conferences](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy)
* [how to hack code4lib: don't be sexist/racist/*ist](http://wiki.code4lib.org/index.php/How_to_hack_code4lib#Don.27t_be_sexist.2Fracist.2F.2Aist)
* [MoreThanMen.org Harassment policy examples for conferences ](http://www.morethanmen.org/harassment-policies/)
* [CAUT Anti-harassment and Non-Discrimination Statement](http://www.caut.ca/about-us/caut-policy/lists/administrative-procedures-and-guidelines/caut-anti-harassment-statement)
* [AAI Anti-harassment policy](http://www.atheistalliance.org/activities/23-conventions/507-anti-harassment-policy): This is a good one because it includes a short boilerplate statement for conferences/events, plus a longer document suitable for the organization as a whole.

## Code of Code4Lib Conduct

The [Code of Code4Lib Conduct](code_of_conduct.md) is an evolving document that applies not only to the annual Code4Lib conference, but also to the other ways we interact, including the[Code4lib listserv](https://lists.clir.org/cgi-bin/wa?A0=CODE4LIB), [irc](https://code4lib.org/irc/), and other Code4Lib venues, such as the Slack and Discord channels.

As we learn and grow, we welcome suggestions for changes. You can [follow our change procedures](https://github.com/code4lib/code-of-conduct/blob/main/how_changes_are_made.md) to make suggestions in one of the following ways:

* If you are familiar with **git** and **GitHub**, you can fork this repository, make your changes, and submit a Pull Request. See "Contribute", below.
* You may create a new issue: [https://github.com/code4lib/code-of-conduct/issues/new]()
* You can send an email to one or more of the people identified as members of the [Community Support Squad](css_volunteers.md).

## License

[![CC0](http://i.creativecommons.org/p/zero/1.0/80x15.png) Licensed under CC0](http://creativecommons.org/publicdomain/zero/1.0/)

## Discuss

Discussion is welcome here in the repository's [issues](https://github.com/code4lib/code-of-conduct/issues) or the other major Code4Lib channels: the [Code4lib listserv](https://lists.clir.org/cgi-bin/wa?A0=CODE4LIB), [irc](https://code4lib.org/irc/), [Slack](https://code4lib.slack.com/), and Discord.

## Contribute

### Using Github (doesn't require knowing Git)

1. 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)
1. Click the link for one of the files (e.g. `code_of_conduct.md`)
1. Click the Edit button
1. Add a commit summary and (optionally) an extended description
1. Click the Commit Changes button
1. Create a pull request by clicking the Pull Request button at the top of the page

### Using Git

1. Fork the codebase e.g. to https://github.com/your-username/code-of-conduct
1. Clone your fork locally (`git clone
[email protected]:your-username/code-of-conduct my-code-of-conduct`)
1. Create a branch to hold your changes (`git checkout -b my-changes`)
1. Commit the changes you've made (`git commit -am "Some descriptive text around
what you've added"`)
1. Push your branch to github (`git push origin my-changes`)
1. Create a pull request e.g. at https://github.com/your-username/code-of-conduct/pull/new/master