blog

Log | Files | Refs

enhancement.yaml (1586B)


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