From 2aa4bd6f10e7d5a431c9db47bdc5a54dad5fbea5 Mon Sep 17 00:00:00 2001 From: Egor Fedoseev <7858573+anarendil@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:04:34 +0300 Subject: [PATCH] github_issue_template: add question, feature, bug templates --- .github/ISSUE_TEMPLATE/0_BUG_REPORT.yml | 40 --------------------- .github/ISSUE_TEMPLATE/1_TREANTJS_ISSUE.yml | 19 ---------- 2 files changed, 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/0_BUG_REPORT.yml delete mode 100644 .github/ISSUE_TEMPLATE/1_TREANTJS_ISSUE.yml diff --git a/.github/ISSUE_TEMPLATE/0_BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/0_BUG_REPORT.yml deleted file mode 100644 index a7eb215..0000000 --- a/.github/ISSUE_TEMPLATE/0_BUG_REPORT.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Bug Report -description: File a bug report. -title: '[Bug]: ' -labels: ['bug'] -projects: [] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: 'A bug happened!' - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - type: textarea - id: logs - attributes: - label: Relevant log (console.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: screenshots - attributes: - label: Screenshots with bug - description: Please copy and paste any relevant log screenshot, or drag drop file. This will be automatically insert to field. diff --git a/.github/ISSUE_TEMPLATE/1_TREANTJS_ISSUE.yml b/.github/ISSUE_TEMPLATE/1_TREANTJS_ISSUE.yml deleted file mode 100644 index c0cb8cc..0000000 --- a/.github/ISSUE_TEMPLATE/1_TREANTJS_ISSUE.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: TreantJS Issue -description: Issue from treantjs. -title: '[Treantjs]: ' -labels: ['treantjs', 'good first issue', 'help wanted'] -projects: ['egor-progger/3'] -body: - - type: textarea - id: description - attributes: - label: Description from treantjs issue - validations: - required: true - - type: input - id: link - attributes: - label: Treantjs issue link - value: 'https://github.com/fperucic/treant-js/issues/' - validations: - required: true