Update github templates

This commit is contained in:
sagie gur ari 2020-10-03 08:08:01 +00:00
parent 849e5eab3f
commit c10555bbd3
2 changed files with 20 additions and 17 deletions

View file

@ -1,5 +1,5 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
@ -7,18 +7,20 @@ 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**
```sh
# paste code here
### Code Sample
```rust
/// paste code here
```

View file

@ -1,5 +1,5 @@
---
name: Feature request
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: ''
@ -7,13 +7,14 @@ 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**
```sh
# paste code here
### Code Sample
```rust
/// paste code here
```