Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adds basic issue templates #613

Merged
merged 1 commit into from Jul 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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