Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix up issue and pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Aug 21, 2020
1 parent 1b4e131 commit 62e8890
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
23 changes: 8 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,21 @@ assignees: ''
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
minimal self-contained code example to reproduce the behavior:
```
Code here
```

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Environment information (please complete the following information):**
- dinosar version
- ISCE version
- other relevant package versions

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Expand Down
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
### Thanks for opening a PR!

* [ ] Have you followed the guidelines in our [Contributing Guide](../../docs/contributing.rst)?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
* [ ] Have you followed the guidelines in our [Contributing Guide](https://github.com/scottyhq/dinosar/blob/master/docs/contributing.rst)?

#### Please list any issues this PR addresses
#### Please list any Issues this PR addresses

- fixes #

#### In 2-3 sentences or a brief list, descibe changes implemented in this PR

0 comments on commit 62e8890

Please sign in to comment.