Skip to content

Commit d44332c

Browse files
authored
Create chore.yml
Signed-off-by: lodicolo <[email protected]>
1 parent 6f0dd4e commit d44332c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/chore.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Chore
2+
description: Suggest a change that involves
3+
labels: ["chore"]
4+
type: Task
5+
title: 'chore: '
6+
assignees: []
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
**Please post chore suggestions in [Discussions](https://github.com/AscensionGameDev/Intersect-Engine/discussions), and only thoroughly defined chores will be created as issues by a maintainer**
12+
13+
Chores are exclusively meant to be some form of cleaning up the code, and often involves using automated refactoring tools. Other examples include "replacing `Get` usages with `TryGet`", "correcting or improving usage of nullability", "adding documentation", or "updating translations"
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: Please thoroughly describe the task that needs to be completed such that a contributor and reviewer can unambiguously make and review changes
19+
placeholder: E.g. Remove unsued usings, fixing warnings in X file
20+
validations:
21+
required: true
22+
- type: checkboxes
23+
id: dup-check
24+
attributes:
25+
label: Duplicate Check
26+
description: In order to keep our issue tracker free from clutter please take just a moment to check and see if this task has already had an issue opened for it. If you see that this idea has already been posted and you can add more information or context please do so as a comment within the existing thread.
27+
options:
28+
- label: This task is not a duplicate to the best of my knowledge.
29+
required: true

0 commit comments

Comments
 (0)