From a23f14b494a1373da4f02c63129890427c9d1cf7 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 2 Jun 2023 21:34:00 +0200 Subject: [PATCH] Delete .github/issue_template directory --- .github/issue_template/bug.yml | 61 ------------------------------ .github/issue_template/config.yml | 6 --- .github/issue_template/docs.yml | 32 ---------------- .github/issue_template/feature.yml | 37 ------------------ 4 files changed, 136 deletions(-) delete mode 100644 .github/issue_template/bug.yml delete mode 100644 .github/issue_template/config.yml delete mode 100644 .github/issue_template/docs.yml delete mode 100644 .github/issue_template/feature.yml diff --git a/.github/issue_template/bug.yml b/.github/issue_template/bug.yml deleted file mode 100644 index ce9554f..0000000 --- a/.github/issue_template/bug.yml +++ /dev/null @@ -1,61 +0,0 @@ -name: Bug report -description: Use this to report something that is not working properly. -labels: [bug] -assignees: [garraflavatra] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - - type: textarea - id: description - attributes: - label: Bug description - description: Give a brief description of the bug. What feature is broken? - validations: - required: true - - - type: textarea - id: reproduction - attributes: - label: Reproduction - description: Include a reproduction if applicable. What did you do before the bug appeared? - validations: - required: true - - - type: input - id: version - attributes: - label: Version - description: What version of Rolens are you running? - validations: - required: true - - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - - - type: textarea - id: environment - attributes: - label: Environment information - description: Please open Rolens and select _Rolens > Open log directory_. Open the `environment.json` file and paste its contents here. - render: shell - validations: - required: true - - - type: dropdown - id: severity - attributes: - label: Severity of this bug - options: - - Annoying - - Blocking a specific feature - - Blocking all usage - validations: - required: true diff --git a/.github/issue_template/config.yml b/.github/issue_template/config.yml deleted file mode 100644 index 7a82728..0000000 --- a/.github/issue_template/config.yml +++ /dev/null @@ -1,6 +0,0 @@ -blank_issues_enabled: false - -contact_links: - - name: Forums - url: https://github.com/garraflavatra/rolens/discussions - about: Do you have a question about Rolens? Please do not file an issue, but instead post your question here. diff --git a/.github/issue_template/docs.yml b/.github/issue_template/docs.yml deleted file mode 100644 index 7fdde2c..0000000 --- a/.github/issue_template/docs.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Documentation issue -description: Report documentation issues here. -labels: [documentation] -assignees: [garraflavatra] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this report! - - - type: textarea - id: source - attributes: - label: Source - description: Which part of the documentation is erroneous? A link would be very nice! - validations: - required: true - - - type: textarea - id: problem - attributes: - label: Problem - description: Why is it wrong? - validations: - required: true - - - type: input - id: solution - attributes: - label: Solution - description: What should the documentation say instead? diff --git a/.github/issue_template/feature.yml b/.github/issue_template/feature.yml deleted file mode 100644 index 513b087..0000000 --- a/.github/issue_template/feature.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Feature request -description: Do you have an idea that could extend Rolens's possibilities? This is the place to propose it. -labels: [enhancement] -assignees: [garraflavatra] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to propose a new feature! - - - type: textarea - id: description - attributes: - label: Feature description - description: Give a brief description of the feature you'd like to see. What issue does it solve, and what is it capable of? - validations: - required: true - - - type: input - id: version - attributes: - label: Version - description: What version of Rolens are you running? - validations: - required: true - - - type: dropdown - id: importance - attributes: - label: Importance - options: - - Nice to have - - It would make Rolens more complete - - I cannot use Rolens without it - validations: - required: true