From 46517d4644fcccd39da24741d0a322685d51b0c4 Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Sun, 1 Mar 2026 12:36:35 +0530 Subject: [PATCH 1/3] feat: add a `develop` branch option to version Signed-off-by: okcoder1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8e79e5c9c..25c499480 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,8 +4,7 @@ labels: "bug" body: - type: markdown attributes: - value: | - Thanks for taking the time to fill out this bug report! + value: Thanks for taking the time to fill out this bug report! validations: required: false @@ -23,7 +22,6 @@ body: label: What happened? description: Tell us what happened. placeholder: Tell us what you see! - value: "A bug happened!" validations: required: true @@ -32,7 +30,7 @@ body: attributes: label: What did you expect? description: What did you expect to happen? - placeholder: I expected ... + placeholder: I expected... validations: required: true @@ -42,12 +40,13 @@ body: label: Version description: What version of SnapX are you running? options: + - `develop` branch - 0.1.0 Dev - 0.2.0 Dev - 0.2.1 Dev - 0.3.0 Dev - 0.4.0 Dev - default: 4 + default: 0 validations: required: true @@ -73,5 +72,5 @@ body: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md). options: - - label: I agree to follow this project's [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md) + - label: I agree to follow this project's [Code of Conduct](https://github.com/BrycensRanch/SnapX/tree/develop/.github/CODE_OF_CONDUCT.md). required: true From 671e5877ba895e925dd2ba3898aed7cb8efe2d7a Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Sun, 1 Mar 2026 12:37:43 +0530 Subject: [PATCH 2/3] chore: punctuation in issue template Signed-off-by: okcoder1 --- .github/ISSUE_TEMPLATE/feature_request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fabb8c444..c287d53cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,8 +4,7 @@ labels: "enhancement" body: - type: markdown attributes: - value: | - Thanks for making SnapX better for everyone! + value: Thanks for making SnapX better for everyone! validations: required: false - type: checkboxes @@ -37,5 +36,5 @@ body: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](../CODE_OF_CONDUCT.md). options: - - label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md) + - label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md). required: true From a01ab2e882e6875e2818324743bff31e8b4fc403 Mon Sep 17 00:00:00 2001 From: okcoder1 Date: Sun, 1 Mar 2026 12:42:20 +0530 Subject: [PATCH 3/3] fix: move pr template to `.github` directory Looking at https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository, since we only have one template, we're supposed to keep it in the `.github` directory. Signed-off-by: okcoder1 --- .../{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (97%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 97% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 18aaf1324..25a7841f3 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -49,9 +49,9 @@ Include related issues, discussions, RFCs, or historical pull requests that prov -->