From 55dbb0645e0843c7d91e1e9f03ce6619101667df Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 13 Jun 2024 15:10:45 +0100 Subject: [PATCH 1/2] Remove `title` in issue templates (#388) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - .github/ISSUE_TEMPLATE/documentation.yaml | 1 - .github/ISSUE_TEMPLATE/feature_request.yaml | 1 - .github/ISSUE_TEMPLATE/question.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 88a9d37ef..68c87c5d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,6 @@ --- name: Bug Report description: Create a Report to Help us Improve -title: "[BUG]: " labels: - bug assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 52ff8fc11..9d2d4a875 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,7 +1,6 @@ --- name: Documentation description: How Can We Improve the Documentation -title: "[DOCS]: " labels: - documentation assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b54f5d8d0..890cc51b3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,6 @@ --- name: Feature Request description: Suggest a Way to Improve This Project -title: "[FEATURE]: " labels: - enhancement assignees: paddyroddy diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index e75473a3c..0c83f37b9 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -1,7 +1,6 @@ --- name: Question description: General Questions About Using SLEPLET -title: "[QUESTION]: " labels: - question assignees: paddyroddy From fc191bfa872a3cb164f641582645a5ab6b5a8633 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Mon, 17 Jun 2024 12:10:52 +0100 Subject: [PATCH 2/2] Remove `required` validations (#391) Seem unnecessary --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 68c87c5d8..c8b5cc7e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -24,16 +24,12 @@ body: ... render: python - validations: - required: true - id: expected type: textarea attributes: label: Expected Behaviour description: >- A clear and concise description of what you expected to happen. - validations: - required: true - id: actual type: textarea attributes: @@ -41,8 +37,6 @@ body: description: >- Be a specific and detailed as you can. Paste any output or stack traces of errors you receive. - validations: - required: true - id: version type: input attributes: