Compare commits

...

8 Commits

Author SHA1 Message Date
c29533e9e0 asd (#8)
### Description

asd

### Closes Issue

_No response_

### Related Issue

_No response_

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #8
Co-authored-by: Tim Basten <tbasten@gmail.com>
Co-committed-by: Tim Basten <tbasten@gmail.com>
2026-02-03 17:09:43 +08:00
6dc74dc34f add feature request; (#7)
### Description

asd

### Closes Issue

closes #1

### Related Issue

_No response_

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #7
2026-02-03 17:08:53 +08:00
b33921a162 test3 (#6)
### Description

asdf

### Closes Issue

_No response_

### Related Issue

_No response_

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #6
2026-02-03 17:07:16 +08:00
f1267cf7db test3 (#5)
### Description

asd

### Closes Issue

closes #4

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #5
2026-02-03 17:04:22 +08:00
5039fa1dc2 Update .gitea/PULL_REQUEST_TEMPLATE.yml 2026-02-03 16:58:53 +08:00
12ff9e50d2 Update .gitea/PULL_REQUEST_TEMPLATE.yml 2026-02-03 16:53:12 +08:00
07e52a6237 1dfgdfg (#3)
### Description

dfgdfgdfg

### Related Issue

_No response_

### Closes Issue

closes #1

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #3
Co-authored-by: Tim Basten <tbasten@gmail.com>
Co-committed-by: Tim Basten <tbasten@gmail.com>
2026-02-03 16:47:47 +08:00
5e2bd92c05 add feature request; (#2)
### Description

asd

### Related Issue

#1

### Closes Issue

#1

### Testing Instructions, Screenshots, Recordings

_No response_

Reviewed-on: #2
Co-authored-by: Tim Basten <tbasten@gmail.com>
Co-committed-by: Tim Basten <tbasten@gmail.com>
2026-02-03 16:42:30 +08:00
2 changed files with 53 additions and 9 deletions

View File

@@ -0,0 +1,41 @@
name: 🆕 Feature Request
about: Suggest an idea or possible new feature that doesn't currently exist
title: "feature: "
labels:
- type/feature
body:
- type: textarea
id: describe-problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: describe-context
attributes:
label: Additional Context
description: Add any other context or additional information about the feature request here.
placeholder: Any other details that might help?
validations:
required: false
- type: textarea
id: describe-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Describe your proposed solution...
validations:
required: true
- type: textarea
id: describe-alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: What other approaches have you thought about?
validations:
required: false

View File

@@ -9,22 +9,25 @@ body:
description: Provide a clear description of your changes.
validations:
required: true
- type: input
id: related-issue
attributes:
label: Related Issue
description: Link to related issue (if applicable)
placeholder: "e.g., #123"
validations:
required: false
- type: input
id: closes-issue
attributes:
label: Closes Issue
description: Link to issue this PR closes (if applicable). Using "Closes #123" will automatically close the issue when merged.
placeholder: "e.g., #456"
placeholder: "e.g., closes #456"
validations:
required: false
- type: input
id: related-issue
attributes:
label: Related Issue
description: Link to related issue (if applicable).
placeholder: "e.g., related #123"
validations:
required: false
- type: textarea
id: testing-instructions
attributes: