Skip to content

Commit

Permalink
chore: Adds basic issue templates (#613)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbottigliero committed Jul 12, 2020
1 parent 9d978ac commit 58105e1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-a-question.md
@@ -0,0 +1,10 @@
---
name: Ask a Question
about: '"How can I X?" – ask a question about how to use standard-version.'
title: ''
labels: question
assignees: ''

---


31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,31 @@
---
name: Bug Report
about: Use this template if something isn't working as expected.
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Current behavior**
A clear and concise description of the behavior.


**Expected behavior**
A clear and concise description of what you expected to happen.



**Environment**
- `standard-version` version(s): [e.g. v6.0.0, v8.0.0, master]
- Node/npm version: [e.g. Node 10/npm 6]
- OS: [e.g. OSX 10.13.4, Windows 10]

**Possible Solution**
<!--- If you have suggestions on a fix for the bug -->

**Additional context**
Add any other context about the problem here. Or a screenshot if applicable

0 comments on commit 58105e1

Please sign in to comment.