Issue and pull request templates revisions (#44)

* Added issue template

Signed-off-by: Curtis Mason <cumason@google.com>

* modified pull_request_template.md

Signed-off-by: Curtis Mason <cumason@google.com>

* adjusted templates

Signed-off-by: Curtis Mason <cumason@google.com>

* removing duplicate issue template file

Signed-off-by: Curtis Mason <cumason@google.com>
This commit is contained in:
Curtis Mason 2020-06-19 16:33:38 -04:00 committed by GitHub
parent cda44dd83d
commit 2b11e1171a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 5 deletions

16
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
## Expected Behavior
## Actual Behavior
## Steps to Reproduce the Problem
1.
2.
3.
## Specifications
- Platform:
- Python Version:

View File

@ -1,9 +1,10 @@
- Link to issue this resolves
Fixes #<issuelink>
- What I did
## Changes
- How I did it
- How to verify it
## One line description for the changelog
- One line description for the changelog
- [ ] Tests pass
- [ ] Appropriate changes to README are included in PR