Skip to content

Commit

Permalink
github contributing and pull request template
Browse files Browse the repository at this point in the history
(cherry picked from commit 7401efa)
  • Loading branch information
rthalley committed Feb 9, 2024
1 parent 1a581c7 commit ed9795f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,3 @@
# Description

Please describe your PR here.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
@@ -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!

0 comments on commit ed9795f

Please sign in to comment.