From 4ce601832bca88f762de601ebe85a796cfbd73d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Fri, 1 Sep 2023 10:04:03 +0300 Subject: [PATCH] Add team issue template --- .github/ISSUE_TEMPLATE/team_issues.yaml | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/team_issues.yaml diff --git a/.github/ISSUE_TEMPLATE/team_issues.yaml b/.github/ISSUE_TEMPLATE/team_issues.yaml new file mode 100644 index 000000000..d38687cae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/team_issues.yaml @@ -0,0 +1,43 @@ +name: Team issue template +description: This template is reserved for team members. +title: "Keep the title concise. Use the common language we can use to identify the issue." +body: + - type: textarea + attributes: + label: What? + description: A concise (or detailed) description of this issue's goal. + validations: + required: true + - type: textarea + attributes: + label: Why? + description: A concise (or detailed) explanation of why we need this issue. + validations: + required: true + - type: textarea + attributes: + label: Suggestion + description: Do you have a suggestion to close the issue? + validations: + required: false + - type: textarea + attributes: + label: Tasks + description: Feel free to remove the tasklist items that are not relevant for this issue. + value: | + ```[tasklist] + ### Tasks + - [ ] Subissue + - [ ] PR + - [ ] Docs PR + - [ ] TypeScript Definitions PR + - [ ] Update the k6 release notes + ``` + validations: + required: false + - type: textarea + attributes: + label: Related PR(s)/Issue(s) + description: Related issues, PRs, external reference links, etc. + validations: + required: false