-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0562364
commit 4ce6018
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |