You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,28 @@ Contact us at https://duckduckgo.com/feedback if you have feedback, questions or
13
13
## Report an issue
14
14
A great way to contribute to the project is to report an issue when you encounter a problem.
15
15
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.
23
17
24
18
If you have encountered a security issue, please reach us through https://hackerone.com/duckduckgo.
25
19
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
+
26
31
## Contribute Code
27
32
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.
29
36
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.
0 commit comments