Skip to content

Commit

Permalink
Merge pull request #7 from ClimateImpactLab/templates
Browse files Browse the repository at this point in the history
add github issue/pr templates
  • Loading branch information
delgadom committed Apr 19, 2017
2 parents f6b1d1a + 2f48687 commit 1459b50
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Impactlab-tools version:
* Python version:
* Operating System:

### Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

### What I Did

```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
```
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] docs reflect changes
- [ ] passes ``flake8 impactlab_tools tests docs``
- [ ] whatsnew entry

0 comments on commit 1459b50

Please sign in to comment.