Skip to content

Commit

Permalink
chore(templates): add issue template (#15)
Browse files Browse the repository at this point in the history
* Update issue templates

Add a simple issue report template

* Create pull_request_template.md

add PR template
  • Loading branch information
JavaScript Joe committed Oct 31, 2019
1 parent af5f602 commit e63ba90
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Issue report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
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

**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]

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This PR...

## Changes
-

## Screenshots

(prefer animated gif)

## Checklist

- [ ] tested locally
- [ ] installed new dependencies
- [ ] updated the docs
- [ ] added a test

Fixes #

0 comments on commit e63ba90

Please sign in to comment.