Skip to content

Commit

Permalink
add PR and ISSUE templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Nov 28, 2018
1 parent b4f2e2b commit 967a434
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
* py-evm Version: x.x.x
* OS: osx/linux/win
* Python Version (python --version):
* Environment (output of `pip freeze`):

### What is wrong?

Please include information like:

* full output of the error you received
* what command you ran
* the code that caused the failure (see [this link](https://help.github.com/articles/basic-writing-and-formatting-syntax/) for help with formatting code)


### How can it be fixed

Fill this in if you know how to fix it.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### What was wrong?



### How was it fixed?



#### Cute Animal Picture

![put a cute animal picture link inside the parentheses]()

0 comments on commit 967a434

Please sign in to comment.