Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-07-31 07:16:49 +0300
committerIvan Boothe <git@rootwork.org>2022-07-31 07:16:49 +0300
commit42eb466103fbb0f2a7333eead21eb2d95917017b (patch)
tree00b51f5082f44048f61596e1b281bb59306329c9
parent8f6e45f48a86841ebbaa4e03a39d6d1a60242207 (diff)
add feature request template
-rw-r--r--.github/ISSUE_TEMPLATE/02-feature_request.yml69
1 files changed, 69 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml
new file mode 100644
index 0000000..0ef1fc4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02-feature_request.yml
@@ -0,0 +1,69 @@
+name: Feature request
+description: Suggest a new feature for the theme
+title: "[Feature] "
+labels: ["enhancement"]
+body:
+ - type: checkboxes
+ id: confirm_prereqs
+ attributes:
+ label: "I confirm:"
+ options:
+ - label: "I have read the [theme documentation](https://github.com/chipzoller/hugo-clarity/blob/master/README.md)."
+ required: true
+ - label: "I have reviewed [other issues in this repository](https://github.com/chipzoller/hugo-clarity/issues), and this feature has not already been requested."
+ required: true
+ - type: checkboxes
+ id: feature_type
+ attributes:
+ label: Type of feature (check all that apply)
+ options:
+ - label: Site functionality
+ - label: Design (styling)
+ - label: Site performance
+ - label: Accessibility
+ - label: Translations and internationalization (i18n)
+ - label: Code improvements
+ - label: Other (please describe below)
+ - type: textarea
+ id: feature_description
+ attributes:
+ label: Describe the feature
+ description:
+ A clear and concise description of your feature request. Please note if
+ your request is related to a problem or existing bug.
+ validations:
+ required: true
+ - type: textarea
+ id: solution
+ attributes:
+ label: Preferred solution
+ description:
+ If you have a specific way to implement this feature, please describe
+ it here.
+ validations:
+ required: false
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Alternatives
+ description: Any alternatives you've considered.
+ validations:
+ required: false
+ - type: textarea
+ id: context
+ attributes:
+ label: Additional Context
+ description: Any additional context for this feature request.
+ placeholder:
+ This could include examples of this feature in websites or other Hugo
+ themes, links to blog posts or other documentation of this feature or
+ descriptions about why it would be a useful addition, use cases or
+ problem statements, etc.
+ validations:
+ required: false
+ - type: markdown
+ attributes:
+ value: |
+ ---
+
+ **Thank you!**