Skip to content

Commit

Permalink
Chore: Added labels to (new) issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 committed Jan 31, 2019
1 parent 42e720f commit 975675e
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
labels: 'Type: Bug :bug:, Priority: Medium'
---

<!--lint disable heading-style -->
Expand All @@ -19,9 +20,9 @@ about: Create a report to help us improve
## Environment
- Version:
- OS(s):
- Browser(s):
- Node version: 10.7.0
- NPM version: 6.2.0
- Browser(s) (if applicable):
- Node version:
- NPM version:

## Link or repo
<!-- Paste a REPL/CodePen/LogRocket or minimal Github repo link -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 📖 Documentation issue
about: Create a report to improve the documentation
labels: 'Type: Documentation :book:, Priority: Medium'
---

<!--lint disable heading-style -->
## Expected information


## Actual information


## Possible solutions
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🚀 Feature request
about: Submit a proposal for a feature request
labels: 'Type: Enhancement :bulb:, Priority: Low'
---

<!--lint disable heading-style -->
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: 💬 Question
about: Need support or a question in mind?
labels: 'Type: Question :grey_question:, Priority: Low'
---
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/REGRESSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 💥 Regression Report
about: Report unexpected behaviour that worked in previous versions
labels: 'Type: Regression :boom:, Priority: Medium'
---

<!--lint disable heading-style -->
## Expected behaviour
<!-- A clear and concise description of what the regression is and what you expected to happen -->

## Versions

It worked up to:
It stopped working in version:

## How to reproduce
<!-- Steps to reproduce the regression -->

## Environment
- Version:
- OS(s):
- Browser(s) (if applicable):
- Node version:
- NPM version:

## Link or repo
<!-- Paste a REPL/CodePen/LogRocket or minimal Github repo link -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: ⚠️ Security issue disclosure
about: Report a security issue
title: 'Security vulnerability'
labels: 'Type: Vulnerability :warning:, Priority: High'
---

Please email us/me in order to report the security vulnerability.

0 comments on commit 975675e

Please sign in to comment.