diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c478821061..8d3e3278ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,14 +20,16 @@ We want our app to be as stable as possible thus your bug reports are immensely If you have encountered a security issue, please reach us through https://hackerone.com/duckduckgo. -## Contribute Code -We welcome pull requests aimed at fixing bugs and security issues. If you have a great idea you really want to implement, start by logging an issue for us and mention that you are interested in helping. If it fits with our product direction and is a good candidate for community development we may be able to bend the rules and work with you to develop it. +## Contributing Code -## Style Guide - -We care about clean code. Refer to our [style guide](styleguide/STYLEGUIDE.md). +We're always open to contributions from the community! There are different approaches depending on how you wish to contribute: +* **For bug fixes**, feel free to open a pull request along with an associated issue. Someone from the team will review your issue/change within a few days. +* **For new features**, start by logging an issue with a description of your idea. Proposals that fit our product direction and timeline will be added to our backlog and labelled accordingly. +* If you're looking for a bug to work on, see the [Help Wanted](https://github.com/duckduckgo/iOS/issues?q=is%3Aissue+is%3Aopen+label%3A%22Help+Wanted%22) tag for a list of open issues. -## Commit Messages +### Style Guide +We care about clean code. Refer to our [style guide](styleguide/STYLEGUIDE.md). -See Chris Beams' guide to writing good commit messages https://chris.beams.io/posts/git-commit/ \ No newline at end of file +### Commit Messages +See Chris Beams' guide to writing good commit messages https://chris.beams.io/posts/git-commit/