1 2 3 4 5 6 7 8 9 10 11 12 13
|
# Contributing to Snoopy development
Contents of this file have been moved to [.github](../.github/) folder, reason being that
when done so, GitHub displays link to contributing guidelines when creating
a new issue or submitting a pull request.
Direct links to relevant documents:
* [../.github/CONTRIBUTING.md](../.github/CONTRIBUTING.md)
* [../.github/PULL_REQUEST_TEMPLATE.md](../.github/PULL_REQUEST_TEMPLATE.md)
* [../.github/ISSUE_TEMPLATE.md](../.github/ISSUE_TEMPLATE.md)
* [HACKING-OVERVIEW.md](HACKING-OVERVIEW.md)
* [HACKING-INTERNALS.md](HACKING-INTERNALS.md)
* [HACKING-QA.md](HACKING-QA.md)
|