You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a bug report to help us improve
3
+
title: '[Bug]: '
4
+
labels: ['Bug Report']
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
# Please follow these steps first:
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
## Troubleshoot
14
+
If the boilerplate is not behaving the way you expect, we'd ask you to look at the [README](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate#readme) and search the issue tracker before submitting the issue. Please make reasonable efforts to troubleshoot and rule out issues with your code, the configuration, or any 3rd party libraries you might be using.
15
+
- type: markdown
16
+
attributes:
17
+
value: |
18
+
## Ask for help through appropriate channels
19
+
If you feel unsure about the cause of the problem, consider asking for help on for example [StackOverflow](https://stackoverflow.com/questions/ask) or our [Discussions section](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) before posting a bug report. This issue tracker is not a help forum.
20
+
- type: markdown
21
+
attributes:
22
+
value: |
23
+
## Make a minimal reproduction
24
+
To file the report, you will need a GitHub repository with a minimal (but complete) example and simple/clear steps on how to reproduce the bug. If all your tests fail with a strange error, can you find a way to show us with just one? If you have many extra configuration options in your config files, can you simplify them?
25
+
26
+
The simpler you can make it, the more likely we are to successfully verify and fix the bug.
27
+
- type: markdown
28
+
attributes:
29
+
value: |
30
+
:bangbang: Bug reports without a minimal reproduction will be rejected. :bangbang:
31
+
32
+
---
33
+
34
+
- type: input
35
+
id: version
36
+
attributes:
37
+
label: Version
38
+
description: |
39
+
The version of ERTW boilerplate you are using.
40
+
Is it the [latest](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/releases)? Test and see if the bug has already been fixed.
41
+
placeholder: ex. 4.1.2
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: reproduction
46
+
attributes:
47
+
label: Steps to reproduce
48
+
description: Please link to a repository with a minimal reproduction and describe accurately how we can reproduce/verify the bug.
49
+
placeholder: |
50
+
Example steps (replace with your own):
51
+
1. Clone my repo at https://github.com/<username>/example
52
+
2. npm ci
53
+
3. npm test
54
+
4. You should see the error comes up
55
+
validations:
56
+
required: true
57
+
- type: textarea
58
+
id: expected
59
+
attributes:
60
+
label: Expected behaviour
61
+
description: A description of what you expect to happen.
62
+
placeholder: I expect to see X or Y
63
+
validations:
64
+
required: true
65
+
- type: textarea
66
+
id: what-happened
67
+
attributes:
68
+
label: Actual behaviour
69
+
description: A clear and concise description of the unexpected behaviour.
70
+
placeholder: A bug happened!
71
+
validations:
72
+
required: true
73
+
- type: textarea
74
+
id: context
75
+
attributes:
76
+
label: Additional context
77
+
description: Anything else that might be relevant.
78
+
validations:
79
+
required: true
80
+
- type: textarea
81
+
id: envinfo
82
+
attributes:
83
+
label: Environment
84
+
description: |
85
+
Please paste the output of running `npx envinfo --system --binaries --npmPackages`
86
+
placeholder: |
87
+
System:
88
+
OS: Linux 5.4 Ubuntu 20.04.4 LTS (Focal Fossa)
89
+
CPU: (4) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
- [StackOverflow](https://stackoverflow.com) for whichever package(s) in concern
17
+
18
+
If you're having questions about the boilerplate or want to ask for help, start a thread in [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) instead.
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->
2
+
3
+
<!-- Please remember to update CHANGELOG.md at the root of the project if you have not done so. -->
4
+
5
+
## Summary
6
+
7
+
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
8
+
9
+
## Test plan
10
+
11
+
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
19
+
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
20
+
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issus is still relevant, linking to this one.'
21
+
close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity. Please open a new PR if the issue is still relevant, linking to this one.'
comment: Please note this issue tracker is not a help forum. We recommend using [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) for questions.
comment: As noted in the [Bug Report template](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/blob/develop/.github/ISSUE_TEMPLATE/bug.yml), all bug reports require a minimal reproduction. Please open a new issue providing one. Read more at https://stackoverflow.com/help/minimal-reproducible-example.
0 commit comments