Merge pull request #2 from smallstep/githubTemplates

Add templates for PR and bug reports.
This commit is contained in:
Max 2018-11-01 15:57:31 -07:00 committed by GitHub
commit 11e4422abe
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!