Skip to content

Commit

Permalink
github contributing and pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Feb 9, 2024
1 parent b9eea8e commit 7401efa
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Description

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

0 comments on commit 7401efa

Please sign in to comment.