8000 Fix typos in github templates (#1673) · adityatelange/hugo-PaperMod@a020be2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a020be2

Browse files
Fix typos in github templates (#1673)
* Fix typos in ISSUE_TEMPLATE * Remove redundant space in pull request template
1 parent 0ff8237 commit a020be2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thanks for taking the time to fill out this bug report :)
1010
- Kindly **DO NOT** ask for instructions.
11-
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question.
11+
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any other relevant question.
1212
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users
1313
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation.
1414
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions.
@@ -40,7 +40,7 @@ body:
4040
description: What version of Hugo are you running?
4141
options:
4242
- Hugo >= 0.125.7 (Recommended - Minimum version required for PaperMod)
43-
- Hugo < 0.125.7 (Incompatible - Not recommended to build PaperMod on lower verions)
43+
- Hugo < 0.125.7 (Incompatible - Not recommended to build PaperMod on lower versions)
4444
validations:
4545
required: true
4646
- type: input
@@ -104,7 +104,7 @@ body:
104104
id: terms
105105
attributes:
106106
label: Code of Conduct
107-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme).
107+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme).
108108
options:
109109
- label: I agree to follow this project's Code of Conduct
110110
required: true

.github/ISSUE_TEMPLATE/enhancement.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out this enahancement form :)
10-
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any orther relevant question.
9+
Thanks for taking the time to fill out this enhancement form :)
10+
- Use [Discussions](https://github.com/adityatelange/hugo-PaperMod/discussions) section if you have a query or doubts or any other relevant question.
1111
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users
1212
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation.
1313
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions.
@@ -16,15 +16,15 @@ body:
1616
id: what_happened
1717
attributes:
1818
label: What you'd like to propose?
19-
description:
20-
placeholder:
19+
description:
20+
placeholder:
2121
validations:
2222
required: true
2323
- type: checkboxes
2424
id: terms
2525
attributes:
2626
label: Code of Conduct
27-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme).
27+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/adityatelange/hugo-PaperMod?tab=coc-ov-file#readme).
2828
options:
2929
- label: I agree to follow this project's Code of Conduct
3030
required: true

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#custom-head--footer
1717
**What does this PR change? What problem does it solve?**
1818

1919
<!--
20-
Describe the changes and their purpose here, as detailed as and if needed.
20+
Describe the changes and their purpose here, as detailed as and if needed.
2121
2222
Please do not add 2 unrelated changes in a single PR as it is difficult to track/revert those in future.
2323
-->

0 commit comments

Comments
 (0)
0