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: Submit a request for a maintenance or improvement task in LLMstudio. Including but not limited to tests, refactoring, and CI/CD.
3
+
title: "CHORE: "
4
+
labels: ["03 Chore"]
5
+
body:
6
+
- type: textarea
7
+
id: chore-description
8
+
validations:
9
+
required: true
10
+
attributes:
11
+
label: Chore Description
12
+
description: |
13
+
A clear and concise description of the chore. Examples include adding tests, refactoring, or updating CI/CD.
14
+
15
+
- type: textarea
16
+
id: purpose
17
+
validations:
18
+
required: true
19
+
attributes:
20
+
label: Purpose
21
+
description: |
22
+
Outline the reason for this chore. What specific improvement does it bring to the project?
23
+
Examples: resolve technical debt, increase code quality, aid future development, or simplify processes.
24
+
25
+
- type: textarea
26
+
id: impact
27
+
validations:
28
+
required: true
29
+
attributes:
30
+
label: Impact and Scope
31
+
description: |
32
+
Describe the extent and scope of this chore. Will it affect multiple modules, dependencies, or documentation?
33
+
Is it critical for maintainability or ease of use? Note any potential side effects, dependencies, or areas of the codebase it touches.
34
+
35
+
- type: textarea
36
+
id: contribution
37
+
validations:
38
+
required: true
39
+
attributes:
40
+
label: Your Contribution
41
+
description: |
42
+
Can you assist with this chore by submitting a PR or providing insights? Make sure to read [CONTRIBUTING.MD](https://github.com/tensorops/llmstudio/blob/master/CONTRIBUTING.md).
0 commit comments