-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github contributing and pull request template
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Description | ||
|
||
Please describe your PR here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributing to dnspython | ||
|
||
## Reporting Issues | ||
|
||
Please start with a clear and concise description of what the bug is, and what you | ||
expected to happen instead. Next, please describe in detail how to reproduce the bug. | ||
Making the replication steps as simple and short as possible is very helpful. Please | ||
also include the requested version information. | ||
|
||
## Contributing Code | ||
|
||
For any significant change or new API, we recommend opening a Feature Request issue | ||
and having a discussion before coding begins. | ||
|
||
Please add tests for any code, as PRs without testing or which reduce the overall code | ||
test coverage may not be merged. Code should also be formatted with "black", be typed | ||
(and pass type checking), and also pass the test suite. | ||
|
||
Our thanks for being a contributor! |