NewPipe/CONTRIBUTING.md

32 lines
1.4 KiB
Markdown
Raw Normal View History

2016-09-27 11:43:43 +00:00
NewPipe contribution guidelines
===============================
2016-09-27 11:43:43 +00:00
READ THIS GUIDELINES CAREFULLY BEVORE CONTRIBUGING.
2016-09-27 11:43:43 +00:00
## Crashreporting
2016-09-27 11:43:43 +00:00
Do not report crashes in the github issue tracker. NewPipe has an automated crashreport system that will ask you to send a report if a crash occures.
2016-09-27 11:43:43 +00:00
## Issue reporting/feature request
2016-09-27 11:43:43 +00:00
* Search the [existing issues](https://github.com/theScrabi/NewPipe/issues) first to make sure your issue/feature hasn't been reported/requested before
* Check if this issue/feature is already fixed/implemented in the repository
* If you are an android/java developer you are always welcome to fix/implement an issue/a feature yourself
## Translation
* NewPipe can be translated on [weblate](https://hosted.weblate.org/projects/newpipe/strings/)
2016-09-27 11:43:43 +00:00
## Code contribution
2016-09-27 11:43:43 +00:00
* Follow the [Google Style Guidelines](https://google.github.io/styleguide/javaguide.html)
* Make changes on a separate branch, not on the master branch (Featurebranching)
* When submitting changes, you agree that your code will be licensed under GPLv3
* Please test your code bevore you submit changes!!!
## Communication
2016-09-27 11:43:43 +00:00
* I hereby declare our Slack channel as dead!!! There are no plans on building a new chat, but if there is interest on creating one and ceeping it alive, I'd be pleased to create one again.
* If you want to get in contact with me or one of our other contrebutors you can send me an email at tnp(at)schabi.org
* Feel free to post suggestions, changes, ideas etc!