Add templates for PR and bug reports.

This commit is contained in:
Mariano Cano 2018-11-01 15:53:45 -07:00
parent c74fcd57a7
commit 6354108049
2 changed files with 28 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
---
### Subject of the issue
Describe your issue here.
### Your environment
* OS -
* Version -
### Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://plnkr.co/edit/XorWgI?p=preview) as a base.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Additional context
Add any other context about the problem here.

4
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View file

@ -0,0 +1,4 @@
### Description
Please describe your pull request.
💔Thank you!