File tree 2 files changed +22
-0
lines changed 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Description
2
+
3
+ Please describe your PR here.
Original file line number Diff line number Diff line change
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!
You can’t perform that action at this time.
0 commit comments