Skip to content

Commit 559ac56

Browse files
authored
Update contribution guidelines before enabling Github discussions (#1084)
* Update contribution guidelines before enabling github discussions * Add link to discussions page
1 parent 3796a50 commit 559ac56

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,28 @@ Contact us at https://duckduckgo.com/feedback if you have feedback, questions or
1313
## Report an issue
1414
A great way to contribute to the project is to report an issue when you encounter a problem.
1515

16-
We want our app to be as stable as possible thus your bug reports are immensely valuable. When reporting bugs let us know the:
17-
* App version
18-
* Device model
19-
* Android version
20-
* Steps to reproduce the bug
21-
* Expected behavior
22-
* Actual behavior
16+
We want our app to be as stable as possible thus your bug reports are immensely valuable. When reporting bug, please follow the bug template.
2317

2418
If you have encountered a security issue, please reach us through https://hackerone.com/duckduckgo.
2519

20+
## What to expect
21+
22+
When a new issue is opened, we will label it as:
23+
* Needs triage: needs a triage from a member of our team
24+
* under investigation: our team will investigate the issue
25+
26+
After our team has investigated each issue, we will label them as:
27+
* Will fix: issue will be fixed internally by DuckDuckGo
28+
* [help wanted](https://github.com/duckduckgo/Android/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22): community contributions are welcome
29+
* Won't fix: issue will be closed without a fix
30+
2631
## Contribute Code
2732

28-
We welcome pull requests aimed at fixing bugs and security issues. We have also labeled tasks you can help with as [help wanted](https://github.com/duckduckgo/Android/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
33+
We welcome pull requests aimed at fixing bugs and security issues.
34+
35+
If you have a great idea or a feature request that can help improving our browser, start by opening a [Discussion](https://github.com/duckduckgo/Android/discussions). Discussions is the right place to have an open conversation about an idea with our devs and maintainers. Proposals that fit our product direction and timeline will be added to our backlog and labelled accordingly.
2936

30-
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.
37+
We have also labeled tasks you can help with as [help wanted](https://github.com/duckduckgo/Android/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Those tasks a great places to start contributing to DuckDuckGo and we'll support you through the process.
3138

3239
### Style Guide
3340

0 commit comments

Comments
 (0)