mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Some generic stuff.
This commit is contained in:
parent
5484eb140c
commit
5961641bc9
4 changed files with 80 additions and 2 deletions
49
CODE_OF_CONDUCT.md
Normal file
49
CODE_OF_CONDUCT.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Code of Conduct
|
||||
|
||||
As contributors and maintainers of the Jazzband projects, and in the interest
|
||||
of fostering an open and welcoming community, we pledge to respect all people
|
||||
who contribute through reporting issues, posting feature requests, updating
|
||||
documentation, submitting pull requests or patches, and other activities.
|
||||
|
||||
We are committed to making participation in the Jazzband a harassment-free
|
||||
experience for everyone, regardless of the level of experience, gender, gender
|
||||
identity and expression, sexual orientation, disability, personal appearance,
|
||||
body size, race, ethnicity, age, religion, or nationality.
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery
|
||||
* Personal attacks
|
||||
* Trolling or insulting/derogatory comments
|
||||
* Public or private harassment
|
||||
* Publishing other's private information, such as physical or electronic
|
||||
addresses, without explicit permission
|
||||
* Other unethical or unprofessional conduct
|
||||
|
||||
The Jazzband roadies have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
By adopting this Code of Conduct, the roadies commit themselves to fairly and
|
||||
consistently applying these principles to every aspect of managing the
|
||||
jazzband projects. Roadies who do not follow or enforce the Code of
|
||||
Conduct may be permanently removed from the Jazzband roadies.
|
||||
|
||||
This code of conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community.
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the roadies at `roadies@jazzband.co`.
|
||||
All complaints will be reviewed and investigated and will result in a response
|
||||
that is deemed necessary and appropriate to the circumstances. Roadies are
|
||||
obligated to maintain confidentiality with regard to the reporter of an
|
||||
incident.
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
||||
version 1.3.0, available at
|
||||
[http://contributor-covenant.org/version/1/3/0/][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/3/0/
|
||||
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[](https://jazzband.co/)
|
||||
|
||||
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).
|
||||
12
README.md
12
README.md
|
|
@ -1,2 +1,10 @@
|
|||
# .github
|
||||
Community health and config files for Jazzband
|
||||
# Jazzband community health files
|
||||
|
||||
[](https://jazzband.co/)
|
||||
|
||||
These files exist here to be used as the base for all Jazzband projects.
|
||||
|
||||
Community health file | Description
|
||||
*CODE_OF_CONDUCT.md* | The [Jazzband Code of Conduct](https://jazzband.co/about/conduct)
|
||||
*CONTRIBUTING.md* | The default CONTRIBUTING file as mentioned in the "[Jazzband guidelines](https://jazzband.co/about/guidelines)."
|
||||
*SECURITY.md* | The general security policy for Jazzband projects
|
||||
|
|
|
|||
18
SECURITY.md
Normal file
18
SECURITY.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Security Policy
|
||||
|
||||
In case you have found a security issue with ANY Jazzband project
|
||||
please **do NOT open public GitHub issues, pull requests or anything
|
||||
that could leak sensitive information to the public**.
|
||||
|
||||
Jazzband asks you to instead responsibly report the security issue
|
||||
by email to security@jazzband.co which is sent to the Jazzband roadies,
|
||||
the people that maintain the Jazzband organization. A member of the
|
||||
roadies will respond to you acknowledging your initial email and then,
|
||||
depending on the action to be taken, further followup emails afterwards.
|
||||
|
||||
If you would like to optionally encrypt the email to security@jazzband.co
|
||||
please use the PGP key with the fingerprint:
|
||||
|
||||
**02DE 8F84 2900 411A DD70 B137 4D87 558A F652 A00F**
|
||||
|
||||
(short id F652A00F) which can be fetched from many public key servers.
|
||||
Loading…
Reference in a new issue