|
1 | 1 | --- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '' |
5 | | -labels: bug |
6 | | -assignees: '' |
7 | | - |
| 2 | +name: "Bug report" |
| 3 | +about: "Create a report to help us improve" |
| 4 | +title: "" |
| 5 | +labels: "bug" |
8 | 6 | --- |
9 | 7 |
|
10 | | -**Troubleshooting before submitting** |
11 | | -- [ ] Ran `scoop checkup` with no found problems? |
12 | | -- [ ] Read the [wiki](https://github.com/lukesampson/scoop/wiki/Java) relevant for the manifest being installed? |
13 | | -- [ ] Checked for [duplicate issues](https://github.com/ScoopInstaller/Java/issues?q=is%3Aissue), included closed ones? |
14 | | -- [ ] Checked with [main scoop repo](https://github.com/lukesampson/scoop/issues) for related issues |
| 8 | +<!-- |
| 9 | + By opening this issue you confirm that you have searched for similar issues/PRs here already. |
| 10 | + Failing to do so will most likely result in closing of this issue without any explanation. |
| 11 | + Incomplete form details below might also result in closing of the issue. |
| 12 | +--> |
| 13 | + |
| 14 | +## Bug Report |
| 15 | + |
| 16 | +**Package Name:** [name of package which has bug(s)] |
| 17 | + |
| 18 | +### Current Behaviour |
| 19 | + |
| 20 | +<!-- A clear and concise description of the behaviour. --> |
| 21 | + |
| 22 | +### Expected Behaviour |
| 23 | + |
| 24 | +<!-- A clear and concise description of what you expected to happen. --> |
15 | 25 |
|
16 | | -**Describe the bug** |
17 | | -A clear and concise description of what the bug is. |
| 26 | +### Additional context/output |
18 | 27 |
|
19 | | -**To Reproduce** |
20 | | -Steps to reproduce the behavior: |
| 28 | +<!-- Add any other context about the problem here. If applicable, paste terminal output here to help explain. --> |
21 | 29 |
|
22 | | -**Expected behavior** |
23 | | -A clear and concise description of what you expected to happen. |
| 30 | +### Possible Solution |
24 | 31 |
|
25 | | -**Screenshots** |
26 | | -If applicable, add screenshots to help explain your problem. |
| 32 | +<!--- Only if you have suggestions on a fix for the bug --> |
27 | 33 |
|
28 | | -**Desktop (please complete the following information):** |
29 | | - - Windows Version: |
30 | | - - Powershell Version: |
| 34 | +### System details |
31 | 35 |
|
32 | | -**Additional context** |
33 | | -Add any other context about the problem here. |
| 36 | +**Windows version:** [e.g. 7, 8, 10] |
| 37 | + |
| 38 | +**OS architecture:** [e.g. 32bit, 64bit] |
| 39 | + |
| 40 | +**PowerShell version:** [output of `"$($PSVersionTable.PSVersion)"`] |
| 41 | + |
| 42 | +**Additional software:** [(optional) e.g. ConEmu, Git] |
| 43 | + |
| 44 | +#### Scoop Configuration |
| 45 | +<!-- Can be found in ~/.config/scoop/config.json --> |
| 46 | + |
| 47 | +```json |
| 48 | +//# Your configuration here |
| 49 | +``` |
| 50 | + |
| 51 | +#### Troubleshooting before submitting |
| 52 | + |
| 53 | +- [ ] Ran `scoop checkup` with no found problems? |
| 54 | +- [ ] Read the [wiki](https://github.com/ScoopInstaller/Java/wiki) relevant for the manifest being installed? |
| 55 | +- [ ] Checked for [duplicate issues](https://github.com/ScoopInstaller/Java/issues?q=is%3Aissue), included closed ones? |
| 56 | +- [ ] Checked with [main scoop repo](https://github.com/ScoopInstaller/Scoop/issues) for related issues |
0 commit comments