Skip to content

Commit 0e7e763

Browse files
committed
issue template
1 parent c23314b commit 0e7e763

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.github/FUNDING.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: philschatzh
14+
custom: ['https://www.paypal.com/paypalme/pschatzmann?country.x=CH&locale.x=en_US']
+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug report
2+
description: Report only a bugs here!
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
* Before reporting a new bug please check and search the [list of existing issues](https://github.com/pschatzmann/arduino-audio-tools/issues?q=)
8+
* Please check [the Readme](https://github.com/pschatzmann/arduino-audio-tools) and [Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki)
9+
* Don't forget to check [the discusions](https://github.com/pschatzmann/arduino-audio-tools/discussions)
10+
* If still experiencing the issue, please provide as many details as possible below about your hardware, computer setup and code.
11+
- type: textarea
12+
id: Description
13+
attributes:
14+
label: Problem Description
15+
description: Please describe your problem here and expected behaviour
16+
placeholder: ex. Can't connect/weird behaviour/wrong function/missing parameter..
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: Board
21+
attributes:
22+
label: Device Description
23+
description: What development board are you using
24+
placeholder: e.g. ESP32 Wroom, Desktop Build, RP2040
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: sketch
29+
attributes:
30+
label: Sketch
31+
description: Please provide full minimal sketch/code which can be run to reproduce your issue
32+
placeholder: ex. Related part of the code to replicate the issue
33+
render: cpp
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: other-remarks
39+
attributes:
40+
label: Other Steps to Reproduce
41+
description: Is there any other information you can think of which will help us reproduce this problem? Any additional info can be added as well.
42+
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.
43+
44+
- type: textarea
45+
id: sceanario
46+
attributes:
47+
label: What is your development environment
48+
description: Please provide the information about your development/runtime environment
49+
placeholder: Arduino, Desktop Build, IDF, STM32-Cube MX, PlatformIO, JupyterLab
50+
51+
- type: checkboxes
52+
id: confirmation
53+
attributes:
54+
label: I have checked existing issues, discussions and online documentation
55+
description: You agree to check all the resources above before opening a new issue.
56+
options:
57+
- label: I confirm I have checked existing issues, discussions and online documentation
58+
required: true

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)