You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A code change that improves performance
3
+
title: "perf: "
4
+
labels: [performance]
5
+
body:
6
+
- type: textarea
7
+
id: description
8
+
attributes:
9
+
label: Description
10
+
description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience.
11
+
placeholder: " Provide a description of the performance update."
12
+
validations:
13
+
required: true
14
+
- type: textarea
15
+
id: requirements
16
+
attributes:
17
+
label: Requirements
18
+
description: The list of requirements that need to be met in order to consider the ticket to be completed. Please be as explicit as possible.
19
+
value: |
20
+
- [ ] All CI/CD checks are passing.
21
+
- [ ] There is no drop in the test coverage percentage.
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: additional-context
26
+
attributes:
27
+
label: Additional Context
28
+
description: Add any other context, including links/screenshots/video recordings/etc about the problem here.
description: A code change that neither fixes a bug nor adds a feature
3
+
title: "refactor: "
4
+
labels: [refactor]
5
+
body:
6
+
- type: textarea
7
+
id: description
8
+
attributes:
9
+
label: Description
10
+
description: Clearly describe what needs to be refactored and why. Please provide links to related issues (bugs or upcoming features) in order to help prioritize.
11
+
placeholder: "Provide a description of the refactor."
12
+
validations:
13
+
required: true
14
+
- type: textarea
15
+
id: requirements
16
+
attributes:
17
+
label: Requirements
18
+
description: The list of requirements that need to be met in order to consider the ticket to be completed. Please be as explicit as possible.
19
+
value: |
20
+
- [ ] All CI/CD checks are passing.
21
+
- [ ] There is no drop in the test coverage percentage.
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: additional-context
26
+
attributes:
27
+
label: Additional Context
28
+
description: Add any other context, including links/screenshots/video recordings/etc about the problem here.
0 commit comments