diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3b680d52..3a4c8268 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: 📌 Frequently Asked Questions url: https://filoghost.me/docs/holographic-displays/faq diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml new file mode 100644 index 00000000..fb41e4c8 --- /dev/null +++ b/.github/issue-close-app.yml @@ -0,0 +1,33 @@ +comment: >- + This issue has been automatically closed because it doesn't follow the issue template. + + + Please open a new issue and make sure to **follow the provided template**, + fill out the sections **without modifying** or **deleting** the existing text. + + + Templates are necessary to manage the project efficiently, + as basic questions don't need to be asked again each time. + +issueConfigs: + +# Bug +- content: + - "# Description" + - "# How to reproduce" + - "# Platform" + +# Feature / Documentation +- content: + - "# Description" + +# Help +- content: + - "# What are you trying to do" + - "# What have you tried so far" + - "# Platform" + +caseInsensitive: true +label: "Closed by bot" +exception: + - "filoghost"