Skip to content

Commit

Permalink
Add .github issue templates & configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 29, 2024
1 parent d052b5d commit 3c9449e
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: gnmyt
ko_fi: gnmyt
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🐛 Report a Bug
description: Report a bug or issue in Nexterm
title: "[Bug] "
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: General
description: Please confirm the following statements
options:
- label: I have updated to the latest version of Nexterm.
required: true
- label: My bug has not been reported yet.
required: true
- type: textarea
attributes:
label: The Bug
description: Describe the bug/issue in detail. If possible, include screenshots and provide steps to reproduce the error.
placeholder: An error occurs when ...
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What device are you using to access the page?
multiple: true
options:
- In the browser
- On mobile
- On a tablet
validations:
required: true
- type: dropdown
id: server
attributes:
label: Which operating system is your Nexterm instance running on?
multiple: true
options:
- Linux
- Windows
- macOS
validations:
required: true
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: 💡 Suggest idea
description: Do you have an idea? You're in the right place
title: "[Feature] "
labels: ["enhancement"]
body:
- type: checkboxes
attributes:
label: General
description: Please confirm the following statements
options:
- label: My feature does not exist in the latest version of Nexterm.
required: true
- label: I have checked that my feature has not been suggested by anyone else.
required: true
- type: textarea
attributes:
label: Your Idea
description: What can we add? Describe your idea as precisely as possible.
placeholder: My idea would be to ...
validations:
required: true
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/client'
schedule:
interval: 'daily'

0 comments on commit 3c9449e

Please sign in to comment.