diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
commit | 8d13bdc6cac0e20c43c6f909fc0208774b9c5c84 (patch) | |
tree | 5fd46925c6b4a881c9208772ed8e5cc0588bc164 /CONTRIBUTING.md | |
parent | Initial commit. (diff) | |
download | privacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.tar.xz privacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.zip |
Adding upstream version 2020.10.7.upstream/2020.10.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f1a46a8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Contributing to Privacy Badger + +Welcome dear contributor! There are many ways to help Privacy Badger: + +* Did we break a site? We want to fix it, + so we wrote a [guide to fixing broken sites](/doc/fixing-broken-sites.md). +* Want to help translate Privacy Badger? Please see our [guide to translating Privacy Badger](/doc/Translation.md). +* To review issues we would like help with, visit our + ["good first issue"](https://github.com/EFForg/privacybadger/labels/good%20first%20issue) + and + ["help wanted"](https://github.com/EFForg/privacybadger/labels/help%20wanted) + labels. +* When making changes to Privacy Badger's code, please consult our [developer](/doc/develop.md) and [automated testing](/doc/tests.md) guides. +* Security vulnerabilities can be reported privately to + [vulnerabilities@eff.org](mailto:vulnerabilities@eff.org). Please see our + [Security Vulnerability Disclosure Program](https://www.eff.org/security) + for the GPG key and more information. + +When interacting with us, please remember to follow [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode). + +If you find something confusing or frustrating, please [let us know](mailto:extension-devs@eff.org)! We believe in making Privacy Badger better by making it easier for you to contribute. + +Thank you! |