-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Added labels to (new) issue templates
- Loading branch information
1 parent
42e720f
commit 975675e
Showing
6 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |