Skip to content

Commit

Permalink
Update issue templates (#632)
Browse files Browse the repository at this point in the history
* Update issue templates

Adding issues templates to Github issues so that you have a model of what information you have to specify when adding a new issue.

* Update bug_report.md

* Update feature_request.md

* Update bug_report.md

* Update feature_request.md
  • Loading branch information
amelvisfranco authored and jonwinton committed Feb 22, 2019
1 parent 5e733d0 commit c0a2bcc
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug Report
about: Report a problem to help us resolve it and improve
title: ''

---


## Description

A clear and concise description of what the bug is.

## Steps 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.

## Specs

### Desktop

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

### Smartphone

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## Additional Context

Add any other context about the problem here..
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''

---

## 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 [...]

## Describe the solution you'd like

A clear and concise description of what you want to happen.

## Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

## Additional context

Add any other context or screenshots about the feature request here.

0 comments on commit c0a2bcc

Please sign in to comment.