Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Oct 3, 2020
1 parent 6bcf586 commit 74c547c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: sagiegurari

---

**Describe the bug**
A clear and concise description of what the bug is.
### Describe The Bug
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
Steps to reproduce the behavior:
### To Reproduce
<!-- Steps to reproduce the behavior: -->

### Error Stack

**Error Stack**
```console
The error stack trace
```

**Code Sample**
### Code Sample

```js
// paste code here
```
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
name: Feature request
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: sagiegurari

---

**Features Description**
A clear description of the feature request.
### Feature Description
<!-- A clear description of the feature request. -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
### Describe The Solution You'd Like
<!-- A clear and concise description of what you want to happen. -->

### Code Sample

**Code Sample**
```js
// paste code here
```

0 comments on commit 74c547c

Please sign in to comment.