From 9b7550ac1f87278e30c53718ef1fe1d29589e4a4 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Mon, 3 Feb 2025 15:30:17 +0800 Subject: [PATCH 1/2] Fix typos in ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug.yaml | 6 +++--- .github/ISSUE_TEMPLATE/enhancement.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index e7168f09cf..0cee3ee9d0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -8,7 +8,7 @@ body: value: | Thanks for taking the time to fill out this bug report :) - Kindly **DO NOT** ask for instructions. - - Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question. + - Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any other relevant question. - You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users - Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation. - Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions. @@ -40,7 +40,7 @@ body: description: What version of Hugo are you running? options: - Hugo >= 0.125.7 (Recommended - Minimum version required for PaperMod) - - Hugo < 0.125.7 (Incompatible - Not recommended to build PaperMod on lower verions) + - Hugo < 0.125.7 (Incompatible - Not recommended to build PaperMod on lower versions) validations: required: true - type: input @@ -104,7 +104,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml index 0eef83395d..3976a80e5e 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -6,8 +6,8 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this enahancement form :) - - Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question. + Thanks for taking the time to fill out this enhancement form :) + - Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any other relevant question. - You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users - Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation. - Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions. @@ -16,15 +16,15 @@ body: id: what_happened attributes: label: What you'd like to propose? - description: - placeholder: + description: + placeholder: validations: required: true - type: checkboxes id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme). options: - label: I agree to follow this project's Code of Conduct required: true From 8a79b80d3937a25125e450a6aba476f794691eeb Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Mon, 3 Feb 2025 15:33:26 +0800 Subject: [PATCH 2/2] Remove redundant space in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 00b856cb24..673d1c4634 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#custom-head--footer **What does this PR change? What problem does it solve?**