File: CONTRIBUTING.md

package info (click to toggle)
snoopy 2.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: ansic: 7,169; sh: 4,514; makefile: 1,095
file content (13 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (4)
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)