-
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.
- Loading branch information
1 parent
0849a3a
commit ff3fb0f
Showing
10 changed files
with
128 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ⚠️️ Bug report | ||
description: Report a bug | ||
title: "[BUG]: " | ||
labels: ["Type: Bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To report a bug, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Project version | ||
description: Version of this project in which the bug exists | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Detailed description of the bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A summary of what you expected, should this issue not have arisen | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Possible solution/fix to this issue | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Can provide links to a live example, code snippets, screenshots, or simple steps to reproduce this bug | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Details of the environment which experienced this bug | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Additional information/details |
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,34 @@ | ||
name: 🛠️ Feature request | ||
description: Request a new feature | ||
title: "[FEATURE]: " | ||
labels: ["Type: Feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To request a new feature, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Current project version | ||
description: Latest release of this project to-date | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Description of the proposed feature | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Scenario/use-case | ||
description: Explain how/when the feature would be helpful | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Possible solution to implement this feature | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Additional information/details |
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,22 @@ | ||
name: ❓ Question | ||
description: Ask a question | ||
title: "[QUESTION]: " | ||
labels: ["Type: Question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To ask a question, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Current project version | ||
description: Latest release of this project to-date | ||
placeholder: vX.X.X | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Description of the question | ||
validations: | ||
required: true |
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,20 @@ | ||
name: 📄 Other | ||
description: All other issues | ||
title: "[OTHER]: " | ||
labels: ["Type: Other"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To create a new issue, complete the form below. | ||
- type: input | ||
attributes: | ||
label: Project version | ||
description: Version of this project for which this issue applies (if applicable) | ||
placeholder: vX.X.X | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Issue details | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 @@ | ||
blank_issues_enabled: false |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
**PLEASE DO NOT DISCLOSE SECURITY-RELATED ISSUES PUBLICLY** | ||
|
||
If you discover a security vulnerability, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. | ||
If you discover a security vulnerability, please email [email protected]. | ||
All security vulnerabilities will be promptly addressed. |
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