8000 Merge branch 'release/5.17.0' · rzoro/Android@7df7a3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7df7a3a

Browse files
committed
Merge branch 'release/5.17.0'
2 parents 7a0a3d1 + 2342bb7 commit 7df7a3a

40 files changed

+1416
-133
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,27 @@ Thank you for taking the time to contribute to DuckDuckGo! :sparkles:
44

55
We are pleased to open up the project to you - our community. How can you contribute?
66

7-
## Share feedback and bug reports
8-
See [README.md](README.md)
7+
## Share feedback
8+
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat. You can also use the feedback form embedded within our Mobile App - to do so please navigate to Settings and select "Leave Feedback".
9+
10+
## Report an issue
11+
A great way to contribute to the project is to report an issue when you encounter a problem.
12+
13+
We want our app to be as stable as possible thus your bug reports are immensely valuable. When reporting bugs let us know the:
14+
* App version
15+
* Device model
16+
* Android version
17+
* Steps to reproduce the bug
18+
* Expected behavior
19+
* Actual behavior
20+
21+
If you have encountered a security issue, please reach us through https://hackerone.com/duckduckgo.
922

1023
## Contribute Code
1124

12-
We have 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).
13-
As we are still opening up our repo, we cannot yet accept PRs outside this list. If you have a great idea
14-
you really want to implement, start by logging an issue for us and mention that you are interested in helping.
15-
If it fits with our product direction and is a good candidate for community development we may be able to bend
16-
the rules and work with you to develop it.
25+
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).
26+
27+
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.
1728

1829
## Style Guide
1930

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
Welcome to our android application. We are excited to engage the community in development, see [CONTRIBUTING.md](CONTRIBUTING.md).
44

55
## We are hiring!
6-
Are you a talented cross-platform mobile developer? We are looking for a Senior Cross-Platform or iOS Engineer to help shape our mobile apps. We embrace diverse perspectives, and seek out passionate, self-motivated people, committed to our shared vision of raising the standard of trust online. Visit our [careers](https://duckduckgo.com/hiring/#open) page to find out more!
7-
8-
## Discuss
9-
10-
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat.
6+
Are you a talented cross-platform mobile developer? We are looking for a Senior Cross-Platform or Android Engineer to help shape our mobile apps. We embrace diverse perspectives, and seek out passionate, self-motivated people, committed to our shared vision of raising the standard of trust online. Visit our [careers](https://duckduckgo.com/hiring/#open) page to find out more!
117

128
## Building the Project
139
We use git submodules and so when you are checking out the app, you'll need to ensure the submodules are initialized properly. You can use the `--recursive` flag when cloning the project to do this.
@@ -18,15 +14,13 @@ Alternatively, if you already have the project checked out, you can initialize t
1814

1915
git submodule update --init
2016

21-
## Reporting Bugs
17+
## Contribute
18+
19+
Please refer to [contributing](CONTRIBUTING.md).
20+
21+
## Discuss
2222

23-
We want our app to be as stable as possible thus your bug reports are immensely valuable. When reporting bugs let us know the:
24-
* App version
25-
* Device make and model
26-
* Android version
27-
* Steps to reproduce the bug
28-
* Expected behavior
29-
* Actual behavior
23+
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat. You can also use the feedback form embedded within our Mobile App - to do so please navigate to Settings and select "Leave Feedback".
3024

3125
## License
3226
DuckDuckGo android is distributed under the Apache 2.0 [license](LICENSE).

0 commit comments

Comments
 (0)
0