Skip to content

Commit

Permalink
chore(issue-template): added issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Feb 27, 2022
1 parent e7760da commit 27263aa
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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

0 comments on commit 27263aa

Please sign in to comment.