Skip to content

Commit 11e4422

Browse files
authoredNov 1, 2018
Merge pull request smallstep#2 from smallstep/githubTemplates
Add templates for PR and bug reports.
2 parents c74fcd5 + 6354108 commit 11e4422

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
### Subject of the issue
8+
Describe your issue here.
9+
10+
### Your environment
11+
* OS -
12+
* Version -
13+
14+
### Steps to reproduce
15+
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.
16+
17+
### Expected behaviour
18+
Tell us what should happen
19+
20+
### Actual behaviour
21+
Tell us what happens instead
22+
23+
### Additional context
24+
Add any other context about the problem here.

‎.github/PULL_REQUEST_TEMPLATE

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Description
2+
Please describe your pull request.
3+
4+
💔Thank you!

0 commit comments

Comments
 (0)