add github templates for issues and pull requests

This commit is contained in:
Jason Carver 2018-01-25 15:51:14 -08:00
parent 1d4e19d929
commit 3290919ff1
2 changed files with 49 additions and 0 deletions

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

@ -0,0 +1,38 @@
_If this is a bug report, please fill in the following sections.
If this is a feature request, delete and describe what you would like with examples._
## What was wrong?
### Code that produced the error
```py
CODE_TO_REPRODUCE
```
### Full error output
```sh
ERROR_HERE
```
### Expected Result
_This section may be deleted if the expectation is "don't crash"._
```sh
EXPECTED_RESULT
```
### Environment
```sh
# run this:
$ python -m eth_utils
# then copy the output here:
OUTPUT_HERE
```
## How can it be fixed?
Fill this section in if you know how this could or should be fixed.

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,11 @@
## What was wrong?
Issue #
## How was it fixed?
Summary of approach.
#### Cute Animal Picture
![put a cute animal picture link inside the parentheses]()