|
1 | 1 | --- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
| 2 | +name: Defect report |
| 3 | +about: Create an issue to report an observed defect. |
4 | 4 | title: '' |
5 | | -labels: '' |
6 | | -assignees: '' |
7 | | - |
| 5 | +labels: 'Category-Defect, Stage0-New' |
| 6 | +assignees: adamjstone |
8 | 7 | --- |
9 | 8 |
|
10 | | -**Describe the bug** |
11 | | -A clear and concise description of what the bug is. |
| 9 | +## Defect Report |
| 10 | + |
| 11 | +### Overview |
| 12 | + |
| 13 | +Replace this with a clear, consise description of the problem. |
| 14 | + |
| 15 | +### Reproduction steps |
| 16 | + |
| 17 | +Follow the instructions below, in order, to reproduce the observed behavior. |
| 18 | + |
| 19 | +1. Briefly state the first step. |
| 20 | +2. And the second step. |
| 21 | +3. And so on... |
| 22 | + |
| 23 | +### Observed (defective) behavior |
| 24 | + |
| 25 | +Explain what went wrong. |
12 | 26 |
|
13 | | -**To Reproduce** |
14 | | -Steps to reproduce the behavior: |
15 | | -1. Go to '...' |
16 | | -2. Click on '....' |
17 | | -3. Scroll down to '....' |
18 | | -4. See error |
| 27 | +### Expected (correct) behavior |
19 | 28 |
|
20 | | -**Expected behavior** |
21 | | -A clear and concise description of what you expected to happen. |
| 29 | +Describe what should have happened. |
22 | 30 |
|
23 | | -**Screenshots** |
24 | | -If applicable, add screenshots to help explain your problem. |
| 31 | +### System information |
25 | 32 |
|
26 | | -**Desktop (please complete the following information):** |
27 | | - - OS: [e.g. iOS] |
28 | | - - Browser [e.g. chrome, safari] |
29 | | - - Version [e.g. 22] |
| 33 | +* Solid Instruments version: [eg. v1.0.0] |
| 34 | +* Processor architecture: [eg. x64] |
| 35 | +* Operating system: [eg. Windows Server 2016] |
30 | 36 |
|
31 | | -**Smartphone (please complete the following information):** |
32 | | - - Device: [e.g. iPhone6] |
33 | | - - OS: [e.g. iOS8.1] |
34 | | - - Browser [e.g. stock browser, safari] |
35 | | - - Version [e.g. 22] |
| 37 | +### Additional information |
36 | 38 |
|
37 | | -**Additional context** |
38 | | -Add any other context about the problem here. |
| 39 | +Provide any other information that might be relevant. |
0 commit comments