add bug report template
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Problem Report
|
||||
about: Create a Report to help us improve
|
||||
---
|
||||
|
||||
<!-- Thanks for reporting a problem for this project. READ THIS FIRST:
|
||||
|
||||
This issue template is meant to REPORT pioarduino caused PROBLEMS ONLY
|
||||
|
||||
Please DO NOT OPEN AN ISSUE:
|
||||
- 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
|
||||
- If your pioarduino version is not the latest , please update, your issue might be fixed already
|
||||
- If you have problems or general questions about the Arduino core, please address it to the [Arduino Support Chat](https://discord.gg/8xY6e9crwv)
|
||||
- If your issue is a flashing issue, please address it to the [pioarduin Support Chat](https://discord.gg/Nutz9crnZr)
|
||||
- If your issue is a compilation problem, please address it to the [pioarduino Support Chat](https://discord.gg/Nutz9crnZr)
|
||||
- If your issue has been addressed before (i.e., duplicated issue), please ask in the original issue
|
||||
|
||||
DO NOT DELETE ANY TEXT from this template! Otherwise the issue will be auto-closed.
|
||||
-->
|
||||
|
||||
### PROBLEM DESCRIPTION
|
||||
_A clear and concise description of what the problem is._
|
||||
|
||||
|
||||
### TO REPRODUCE
|
||||
_Steps to reproduce the behavior:_
|
||||
|
||||
|
||||
### EXPECTED BEHAVIOUR
|
||||
_A clear and concise description of what you expected to happen._
|
||||
|
||||
|
||||
### SCREENSHOTS
|
||||
_If applicable, add screenshots to help explain your problem._
|
||||
|
||||
|
||||
### ADDITIONAL CONTEXT
|
||||
_Add any other context about the problem here._
|
||||
|
||||
|
||||
**(Please, remember to close the issue when the problem has been addressed)**
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: pioarduino Users Chat
|
||||
url: https://discord.gg/Nutz9crnZr
|
||||
about: Chat for feedback, questions and troubleshooting.
|
||||
+1
-1
@@ -7,5 +7,5 @@ sentimentBotToxicityThreshold: .7
|
||||
# *Required* Comment to reply with
|
||||
sentimentBotReplyComment: >
|
||||
Please be sure to review the code of conduct and be respectful of other users.
|
||||
|
||||
|
||||
# Note: the bot will only work if your repository has a Code of Conduct
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "Mark or close stale issues and PRs"
|
||||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 * * * *"
|
||||
|
||||
Reference in New Issue
Block a user