From 5e2bd92c054a44640a90b6109a1a6bbdae369e13 Mon Sep 17 00:00:00 2001 From: Tim Basten Date: Tue, 3 Feb 2026 16:42:30 +0800 Subject: [PATCH 1/6] add feature request; (#2) ### Description asd ### Related Issue #1 ### Closes Issue #1 ### Testing Instructions, Screenshots, Recordings _No response_ Reviewed-on: https://git.timmybee.xyz/timmybee/issue-template-testing/pulls/2 Co-authored-by: Tim Basten Co-committed-by: Tim Basten --- .gitea/ISSUE_TEMPLATE/2-feature-request.yml | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/2-feature-request.yml diff --git a/.gitea/ISSUE_TEMPLATE/2-feature-request.yml b/.gitea/ISSUE_TEMPLATE/2-feature-request.yml new file mode 100644 index 0000000..175f4a0 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/2-feature-request.yml @@ -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 From 07e52a62377e9c7d68cee2321b957fb469728c9f Mon Sep 17 00:00:00 2001 From: Tim Basten Date: Tue, 3 Feb 2026 16:47:47 +0800 Subject: [PATCH 2/6] 1dfgdfg (#3) ### Description dfgdfgdfg ### Related Issue _No response_ ### Closes Issue closes #1 ### Testing Instructions, Screenshots, Recordings _No response_ Reviewed-on: https://git.timmybee.xyz/timmybee/issue-template-testing/pulls/3 Co-authored-by: Tim Basten Co-committed-by: Tim Basten --- .gitea/ISSUE_TEMPLATE/2.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitea/ISSUE_TEMPLATE/2.yml diff --git a/.gitea/ISSUE_TEMPLATE/2.yml b/.gitea/ISSUE_TEMPLATE/2.yml new file mode 100644 index 0000000..e69de29 From 12ff9e50d288c14b80d59aa361d580a390ba35b3 Mon Sep 17 00:00:00 2001 From: timmybee Date: Tue, 3 Feb 2026 16:53:12 +0800 Subject: [PATCH 3/6] Update .gitea/PULL_REQUEST_TEMPLATE.yml --- .gitea/PULL_REQUEST_TEMPLATE.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 8d940eb..1cb5dfd 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -9,6 +9,7 @@ body: description: Provide a clear description of your changes. validations: required: true + - type: input id: related-issue attributes: @@ -17,14 +18,13 @@ body: placeholder: "e.g., #123" validations: required: false - - type: input - id: closes-issue + + - type: markdown 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" - validations: - required: false + value: | + ### Closes + Closes #___ + - type: textarea id: testing-instructions attributes: From 5039fa1dc23541f8bb8727da1af8a00033d6894c Mon Sep 17 00:00:00 2001 From: timmybee Date: Tue, 3 Feb 2026 16:58:53 +0800 Subject: [PATCH 4/6] Update .gitea/PULL_REQUEST_TEMPLATE.yml --- .gitea/PULL_REQUEST_TEMPLATE.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 1cb5dfd..9be3297 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -11,19 +11,22 @@ body: required: true - type: input - id: related-issue + id: closes-issue attributes: - label: Related Issue - description: Link to related issue (if applicable) - placeholder: "e.g., #123" + 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., closes #456" validations: required: false - - type: markdown + - type: input + id: related-issue attributes: - value: | - ### Closes - Closes #___ + label: Related Issue + description: Link to related issue (if applicable). + placeholder: "e.g., related #123" + validations: + required: false - type: textarea id: testing-instructions From f1267cf7db2369ef6a9c1bdfafd579140b992450 Mon Sep 17 00:00:00 2001 From: timmybee Date: Tue, 3 Feb 2026 17:04:22 +0800 Subject: [PATCH 5/6] test3 (#5) ### Description asd ### Closes Issue closes #4 ### Testing Instructions, Screenshots, Recordings _No response_ Reviewed-on: https://git.timmybee.xyz/timmybee/issue-template-testing/pulls/5 --- .gitea/ISSUE_TEMPLATE/2 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitea/ISSUE_TEMPLATE/2 diff --git a/.gitea/ISSUE_TEMPLATE/2 b/.gitea/ISSUE_TEMPLATE/2 new file mode 100644 index 0000000..e69de29 From b33921a162395bbc1670f505aa5fa9da071a2040 Mon Sep 17 00:00:00 2001 From: timmybee Date: Tue, 3 Feb 2026 17:07:16 +0800 Subject: [PATCH 6/6] test3 (#6) ### Description asdf ### Closes Issue _No response_ ### Related Issue _No response_ ### Testing Instructions, Screenshots, Recordings _No response_ Reviewed-on: https://git.timmybee.xyz/timmybee/issue-template-testing/pulls/6