|
| 1 | +# Contributing |
| 2 | + |
| 3 | +When contributing to this repository, please first discuss the change you wish to make via issue, |
| 4 | +email, or any other method with the owners of this repository before making a change. |
| 5 | + |
| 6 | +Please note we have a code of conduct, please follow it in all your interactions with the project. |
| 7 | + |
| 8 | +## Pull Request Process |
| 9 | + |
| 10 | +1. Update the CHANGELOG.md and README.md with details of changes to the interface, this includes new filters, models, etc. |
| 11 | +2. Increase the version numbers in any examples files and the CHANGELOG to the new version that this |
| 12 | + Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). |
| 13 | +3. You may merge the Pull Request in once you have the sign-off of at least one other developer, or if you |
| 14 | + do not have permission to do that, you may request a second reviewer to merge it for you. |
| 15 | + |
| 16 | +## Contributor Covenant Code of Conduct |
| 17 | + |
| 18 | +### Our Pledge |
| 19 | + |
| 20 | +We as members, contributors, and leaders pledge to make participation in our |
| 21 | +community a harassment-free experience for everyone, regardless of age, body |
| 22 | +size, visible or invisible disability, ethnicity, sex characteristics, gender |
| 23 | +identity and expression, level of experience, education, socio-economic status, |
| 24 | +nationality, personal appearance, race, caste, color, religion, or sexual identity |
| 25 | +and orientation. |
| 26 | + |
| 27 | +We pledge to act and interact in ways that contribute to an open, welcoming, |
| 28 | +diverse, inclusive, and healthy community. |
| 29 | + |
| 30 | +### Our Standards |
| 31 | + |
| 32 | +Examples of behavior that contributes to a positive environment for our |
| 33 | +community include: |
| 34 | + |
| 35 | +* Demonstrating empathy and kindness toward other people |
| 36 | +* Being respectful of differing opinions, viewpoints, and experiences |
| 37 | +* Giving and gracefully accepting constructive feedback |
| 38 | +* Accepting responsibility and apologizing to those affected by our mistakes, |
| 39 | + and learning from the experience |
| 40 | +* Focusing on what is best not just for us as individuals, but for the |
| 41 | + overall community |
| 42 | + |
| 43 | +Examples of unacceptable behavior include: |
| 44 | + |
| 45 | +* The use of sexualized language or imagery, and sexual attention or |
| 46 | + advances of any kind |
| 47 | +* Trolling, insulting or derogatory comments, and personal or political attacks |
| 48 | +* Public or private harassment |
| 49 | +* Publishing others' private information, such as a physical or email |
| 50 | + address, without their explicit permission |
| 51 | +* Other conduct which could reasonably be considered inappropriate in a |
| 52 | + professional setting |
| 53 | + |
| 54 | +### Enforcement Responsibilities |
| 55 | + |
| 56 | +Community leaders are responsible for clarifying and enforcing our standards of |
| 57 | +acceptable behavior and will take appropriate and fair corrective action in |
| 58 | +response to any behavior that they deem inappropriate, threatening, offensive, |
| 59 | +or harmful. |
| 60 | + |
| 61 | +Community leaders have the right and responsibility to remove, edit, or reject |
| 62 | +comments, commits, code, wiki edits, issues, and other contributions that are |
| 63 | +not aligned to this Code of Conduct, and will communicate reasons for moderation |
| 64 | +decisions when appropriate. |
| 65 | + |
| 66 | +### Scope |
| 67 | + |
| 68 | +This Code of Conduct applies within all community spaces, and also applies when |
| 69 | +an individual is officially representing the community in public spaces. |
| 70 | +Examples of representing our community include using an official e-mail address, |
| 71 | +posting via an official social media account, or acting as an appointed |
| 72 | +representative at an online or offline event. |
| 73 | + |
| 74 | +### Attribution |
| 75 | + |
| 76 | +This Code of Conduct is adapted from the [Contributor Covenant][homepage], |
| 77 | +version 2.0, available at |
| 78 | +[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0]. |
| 79 | + |
| 80 | +Community Impact Guidelines were inspired by |
| 81 | +[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. |
| 82 | + |
| 83 | +For answers to common questions about this code of conduct, see the FAQ at |
| 84 | +[https://www.contributor-covenant.org/faq][FAQ]. Translations are available |
| 85 | +at [https://www.contributor-covenant.org/translations][translations]. |
| 86 | + |
| 87 | +[homepage]: https://www.contributor-covenant.org |
| 88 | +[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html |
| 89 | +[Mozilla CoC]: https://github.com/mozilla/diversity |
| 90 | +[FAQ]: https://www.contributor-covenant.org/faq |
| 91 | +[translations]: https://www.contributor-covenant.org/translations |
0 commit comments