Skip to content

Commit ed9795f

Browse files
committed
github contributing and pull request template
(cherry picked from commit 7401efa)
1 parent 1a581c7 commit ed9795f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Description
2+
3+
Please describe your PR here.

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing to dnspython
2+
3+
## Reporting Issues
4+
5+
Please start with a clear and concise description of what the bug is, and what you
6+
expected to happen instead. Next, please describe in detail how to reproduce the bug.
7+
Making the replication steps as simple and short as possible is very helpful. Please
8+
also include the requested version information.
9+
10+
## Contributing Code
11+
12+
For any significant change or new API, we recommend opening a Feature Request issue
13+
and having a discussion before coding begins.
14+
15+
Please add tests for any code, as PRs without testing or which reduce the overall code
16+
test coverage may not be merged. Code should also be formatted with "black", be typed
17+
(and pass type checking), and also pass the test suite.
18+
19+
Our thanks for being a contributor!

0 commit comments

Comments
 (0)