Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons authored Jan 27, 2022
1 parent ce2c9aa commit 203def3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
### Commit Messages
See Chris Beams' guide to writing good commit messages https://chris.beams.io/posts/git-commit/

0 comments on commit 203def3

Please sign in to comment.