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

02-feature_request.yml « ISSUE_TEMPLATE « .github - github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a8b508833a811f17fe20732a6ce46c539bce6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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 [Hugo Clarity 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:
        This could include examples of this feature in websites or other Hugo
        themes, links to blog posts or other documentation of this feature or
        why it would be a useful addition, use cases or problem statements, etc.
    validations:
      required: false
  - type: markdown
    attributes:
      value: |
        ---

        **Thank you!**