Contrib, ToDo, PR Templates & files added

This commit is contained in:
CHEF-KOCH 2019-03-20 11:09:39 +01:00 committed by GitHub
parent 1f5d19e497
commit a1051f5eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 0 deletions

10
.github/CONTRIBUTING.md vendored Normal file
View File

@ -0,0 +1,10 @@
## Contributing Guidelines
- [x] Issue ticket system is closed
- [x] Submitted pages must be malware free, if it requires a VPN/proxy it must be mentioned due to security reasons.
- [x] All pages must include a proper language code e.g. (Ger) for Germany etc.
- [x] Don't argue about morality here. We all have our reasons.
- [x] If something is wrong or missing just make a PR (_see below how to do that!_)
- [x] No page except ThePirateBay should include dangerous ads or coin-miners (TPB is the only exception).
- [x] Not every software/provider gets listed (for a reason), alternatives are cool but there should be reviewed and checked if it makes sense to mention them.
- [x] No drama or bitch fighting, if a page is involved into such things it automatically lands on the banned list.

7
.github/PROJECT_ToDo.md vendored Normal file
View File

@ -0,0 +1,7 @@
# Project ToDo
- [ ] Release a Homepage and include a search index for language, category etc.
- [ ] Sort providers alphabetically to avoid stuff like "what's the best" (there is no best) ...
- [ ] (_optional_) Add more services, websites, information
- [x] Sort entries
- [x] Add a bookmark

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,9 @@
### Submitting a Pull request
* Fork the repo on GitHub
* Clone the project to your own machine
* Commit changes to your own branch
* Push your work back up to your fork
* Submit a Pull request so that I can review your changes
**NOTE**: Be sure to merge the latest from "upstream" before making a pull request!