Skip to content

Commit 38d8b5f

Browse files
committed
add bug report template
1 parent 12047ae commit 38d8b5f

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Problem Report
3+
about: Create a Report to help us improve
4+
---
5+
6+
<!-- Thanks for reporting a problem for this project. READ THIS FIRST:
7+
8+
This issue template is meant to REPORT pioarduino caused PROBLEMS ONLY
9+
10+
Please DO NOT OPEN AN ISSUE:
11+
- If your problem is caused by a wrong or missing boards manifest, ask for help in [pioarduin Support Chat](https://discord.gg/Nutz9crnZr) and please provide a PR to solve
12+
- If your pioarduino version is not the latest , please update, your issue might be fixed already
13+
- If you have problems or general questions about the Arduino core, please address it to the [Arduino Support Chat](https://discord.gg/8xY6e9crwv)
14+
- If your issue is a flashing issue, please address it to the [pioarduin Support Chat](https://discord.gg/Nutz9crnZr)
15+
- If your issue is a compilation problem, please address it to the [pioarduino Support Chat](https://discord.gg/Nutz9crnZr)
16+
- If your issue has been addressed before (i.e., duplicated issue), please ask in the original issue
17+
18+
DO NOT DELETE ANY TEXT from this template! Otherwise the issue will be auto-closed.
19+
-->
20+
21+
### PROBLEM DESCRIPTION
22+
_A clear and concise description of what the problem is._
23+
24+
25+
### TO REPRODUCE
26+
_Steps to reproduce the behavior:_
27+
28+
29+
### EXPECTED BEHAVIOUR
30+
_A clear and concise description of what you expected to happen._
31+
32+
33+
### SCREENSHOTS
34+
_If applicable, add screenshots to help explain your problem._
35+
36+
37+
### ADDITIONAL CONTEXT
38+
_Add any other context about the problem here._
39+
40+
41+
**(Please, remember to close the issue when the problem has been addressed)**

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: pioarduino Users Chat
4+
url: https://discord.gg/Nutz9crnZr
5+
about: Chat for feedback, questions and troubleshooting.

.github/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sentimentBotToxicityThreshold: .7
77
# *Required* Comment to reply with
88
sentimentBotReplyComment: >
99
Please be sure to review the code of conduct and be respectful of other users.
10-
10+
1111
# Note: the bot will only work if your repository has a Code of Conduct

.github/workflows/stale-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Mark or close stale issues and PRs"
2-
2+
33
on:
44
schedule:
55
- cron: "30 * * * *"

0 commit comments

Comments
 (0)