Skip to content

Commit 58105e1

Browse files
authored
chore: Adds basic issue templates (#613)
An attempt to standardize our issue backlog... since it's easy for these issues to become stale it would be helpful to ensure/ask folks to explicitly list some information about their environment/versions to tighten the feedback loop a little bit.
1 parent 9d978ac commit 58105e1

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/ask-a-question.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Ask a Question
3+
about: '"How can I X?" – ask a question about how to use standard-version.'
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+

Diff for: .github/ISSUE_TEMPLATE/bug-report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug Report
3+
about: Use this template if something isn't working as expected.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Current behavior**
14+
A clear and concise description of the behavior.
15+
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
21+
22+
**Environment**
23+
- `standard-version` version(s): [e.g. v6.0.0, v8.0.0, master]
24+
- Node/npm version: [e.g. Node 10/npm 6]
25+
- OS: [e.g. OSX 10.13.4, Windows 10]
26+
27+
**Possible Solution**
28+
<!--- If you have suggestions on a fix for the bug -->
29+
30+
**Additional context**
31+
Add any other context about the problem here. Or a screenshot if applicable

0 commit comments

Comments
 (0)