Skip to content

Commit 4e32ba4

Browse files
committed
Add GitHub issue templates
1 parent 98bfe76 commit 4e32ba4

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Bug report
2+
description: File a bug report.
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please make sure you are providing sufficient details for the report to be useful, written concisely. If applicable, provide a set of steps to reproduce. If unsure, get in touch on [discord](https://discord.com/channels/1346864089170710739/1347601377815429151).
9+
- type: input
10+
id: version
11+
attributes:
12+
label: Refloat version
13+
description: As displayed at the bottom of the Refloat UI tab.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Problem description
20+
validations:
21+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Discord development channel
4+
url: https://discord.com/channels/1346864089170710739/1347601377815429151
5+
about: "#refloat on Float with VESC"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Feature request
2+
description: Only after discussing your idea on discord.
3+
labels: ["feature"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Feature requests need to be discussed on [discord](https://discord.com/channels/1346864089170710739/1347601377815429151) first. If you don't have discord, you can make a post on [pev.dev](https://pev.dev/c/package-development/20) and tag me (riddimrider) or contact me via [email](mailto:lukkash@email.cz).
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Feature description
13+
validations:
14+
required: true

0 commit comments

Comments
 (0)