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

bug_report.yml « ISSUE_TEMPLATE « .github - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 052df1c6a1a2ae1e839a0f137be236917f93ed97 (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: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report! Please provide as much information as possible and make sure you have checked the [documentation](https://docs.stack.jimmycai.com/).
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: Also tell us, what did you expect to happen? Please be as detailed as possible, include screenshots and any other information that might help us reproduce the problem.
      placeholder: Tell us what you see!
    validations:
      required: true
  - type: input
    id: hugo-version
    attributes:
      label: Hugo version
      description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)"
      placeholder: ex. 0.100.0
    validations:
      required: true
  - type: input
    id: theme-version
    attributes:
      label: Theme version
      description: "What is the version of Stack theme you are using?"
      placeholder: ex. 3.12.0
    validations:
      required: true
  - type: dropdown
    id: browsers
    attributes:
      label: What browsers are you seeing the problem on?
      multiple: true
      options:
        - Firefox
        - Chrome
        - Safari
        - Microsoft Edge
  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
      render: shell
  - type: markdown
    attributes:
      value: |
        If the issue is not present on the [demo site](https://demo.stack.jimmycai.com), in order to better understand the problem, please provide the link to the source code of your website (not the generated HTML). 
        Or link to a minimal reproduction of the problem if there are sensible data.
  - type: input
    id: bug-url
    attributes:
      label: Link to the page with bug
      placeholder: https://demo.stack.jimmycai.com
      value: https://demo.stack.jimmycai.com
    validations:
      required: true
  - type: input
    id: source-repo
    attributes:
      label: Link to the source repository
      placeholder: https://github.com/CaiJimmy/hugo-theme-stack