Skip to content

Commit

Permalink
Merge pull request Unidata#1123 from dopplershift/issue-template
Browse files Browse the repository at this point in the history
Update GitHub issue/PR templates
  • Loading branch information
dopplershift authored Aug 14, 2019
2 parents 2e1ed32 + 2c161b5 commit a86a9fe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
### For feature requests

Include a clear description and an example or even a scholarly source of information about how the calculation, plot, etc. works

### For bugs

---
name: Bug Report
about: Let us know that something isn't working properly
labels: "Type: Bug"
---
Try to include:
- Code Sample, a copy-pastable example if possible
- A ["Minimal, Complete and Verifiable Example"](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) will make it much easier for maintainers to help you
Expand All @@ -14,6 +13,7 @@ Try to include:
```
- Problem description: this should explain **why** the current behavior is a problem and why the expected output is a better solution.
- Expected output
- Which platform (Linux, Windows, Mac, etc.)
- Versions. Include the output of:
* `python --version`
* `python -c 'import metpy; print(metpy.__version__)'
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Feature Request
about: Suggest an idea for something new to add
labels: "Type: Feature"
---
Include a clear description and an example or even a scholarly source of information about how the calculation, plot, etc. works
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/Unidata/MetPy/blob/master/CONTRIBUTING.md
-->

#### Description Of Changes

#### Checklist
<!--
Feel free to remove check-list items aren't relevant to your change
Please use keywords (e.g., Fixes, Closes) to create link to the issues or pull
requests you resolved, so that they will automatically be closed when your pull
request is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests
-->
- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Fully documented

0 comments on commit a86a9fe

Please sign in to comment.