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 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 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 -->