Skip to content

Commit 58c4841

Browse files
committed
Update enhancement issue template to use GitHub's form schema
1 parent 9bc6627 commit 58c4841

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Enhancement 🚀
2+
description: Propose a new feature or change for enhancing the experience.
3+
title: "[Enhancement]: "
4+
labels: ["enhancement", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
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.
11+
- You may join [Discord community](https://discord.gg/ahpmTvhVmp) to interact with fellow contributors and users
12+
- Read project's [Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki) for detailed documentation.
13+
- Read project's [FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs) section for Frequently asked questions.
14+
- Search for previous [Issues](https://github.com/adityatelange/hugo-PaperMod/issues)/[Pull Requests](https://github.com/adityatelange/hugo-PaperMod/pulls) if this issue is already reported or fix has been created.
15+
- type: textarea
16+
id: what_happened
17+
attributes:
18+
label: What you'd like to propose?
19+
description:
20+
placeholder:
21+
validations:
22+
required: true
23+
- type: checkboxes
24+
id: terms
25+
attributes:
26+
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).
28+
options:
29+
- label: I agree to follow this project's Code of Conduct
30+
required: true
31+
validations:
32+
required: true

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)