mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add issue and pull request templates
This commit is contained in:
parent
87b84b4322
commit
69a66e9cba
2 changed files with 28 additions and 0 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Please fill in the fields below to submit an issue or feature request. The
|
||||
more information that is provided, the better.
|
||||
|
||||
|
||||
**Description of issue or feature request**:
|
||||
|
||||
|
||||
**Current behavior**:
|
||||
|
||||
|
||||
**Expected behavior**:
|
||||
|
||||
|
||||
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Please fill in the fields below to submit a pull request. The more information
|
||||
that is provided, the better.
|
||||
|
||||
**Fixes issue #**:
|
||||
|
||||
**Description of the changes being introduced by the pull request**:
|
||||
|
||||
**Please verify and check that the pull request fulfills the following
|
||||
requirements**:
|
||||
|
||||
- [ ] The code follows the [Code Style Guidelines](https://github.com/secure-systems-lab/code-style-guidelines#code-style-guidelines)
|
||||
- [ ] Tests have been added for the bug fix or new feature
|
||||
- [ ] Docs have been added for the bug fix or new feature
|
||||
|
||||
|
||||
Loading…
Reference in a new issue