Skip to content

Commit

Permalink
Add team issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Sep 1, 2023
1 parent 0562364 commit 4ce6018
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/team_issues.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ce6018

Please sign in to comment.