diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..1899060 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,41 @@ +--- +name: Problem Report +about: Create a Report to help us improve +--- + + + +### 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)** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..828634e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/config.yml b/.github/config.yml index 6ef38dd..3397d6b 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -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 diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index e3b6856..5d5f627 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -1,5 +1,5 @@ name: "Mark or close stale issues and PRs" - + on: schedule: - cron: "30 * * * *"