forked from roerohan/react-vnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(issue-template): added issue template
- Loading branch information
Showing
3 changed files
with
55 additions
and
0 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,29 @@ | ||
name: 🐛 Bug report | ||
description: Create a bug report | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Are you certain it's a bug? | ||
description: If you're uncertain, feel free to start a discussion (https://github.com/roerohan/react-vnc/discussions) | ||
options: | ||
- label: Yes, it looks like a bug | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Are you sure this is not an issue in noVNC? | ||
description: If this is a Docusaurus issue, report it at https://github.com/novnc/noVNC/issues. | ||
options: | ||
- label: It is not a noVNC issue | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists | ||
options: | ||
- label: I have searched existing issues, it hasn't been reported yet | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Issue description | ||
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
url: https://github.com/roerohan/react-vnc/discussions | ||
about: Please ask and answer questions on our discussions page. |
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,21 @@ | ||
name: 🎉 Feature request | ||
description: Suggest an idea | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists | ||
options: | ||
- label: I have searched existing issues, it hasn't been reported yet | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Use case description | ||
description: Describe the problem (use case) that needs to be solved | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed solution (optional) | ||
description: | | ||
e.g. propose how the configuration of the new feature could look |