diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..3a08e19 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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. \ No newline at end of file diff --git a/.github/PROJECT_ToDo.md b/.github/PROJECT_ToDo.md new file mode 100644 index 0000000..110f652 --- /dev/null +++ b/.github/PROJECT_ToDo.md @@ -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 \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..66e860a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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! \ No newline at end of file