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:
parent
cda44dd83d
commit
2b11e1171a
|
@ -0,0 +1,16 @@
|
|||
## Expected Behavior
|
||||
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
|
||||
## Steps to Reproduce the Problem
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Specifications
|
||||
|
||||
- Platform:
|
||||
- Python Version:
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue