|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Create a report to help us improve OpenAEV |
| 3 | +about: Create a bug report to help us improve the OpenAEV Python client |
4 | 4 | title: 'fix: ' |
5 | | -labels: bug, needs triage |
| 5 | +labels: needs triage, bug |
6 | 6 | assignees: '' |
| 7 | +type: bug |
7 | 8 |
|
8 | 9 | --- |
9 | 10 |
|
10 | | -Please replace every line in curly brackets { like this } with an appropriate answer, and remove this line. |
11 | | - |
12 | 11 | ## Description |
13 | 12 |
|
14 | | -{ Please provide a clear and concise description of the bug. } |
| 13 | +<!-- Please provide a clear and concise description of the bug. --> |
15 | 14 |
|
16 | 15 | ## Environment |
17 | 16 |
|
18 | | -1. OS (where OpenCTI server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. } |
19 | | -2. OpenCTI version: { e.g. OpenCTI 1.0.2 } |
| 17 | +1. OS: { e.g. macOS 14, Windows 11, Ubuntu 22.04, etc. } |
| 18 | +2. Version: { e.g. 1.2.3 } |
20 | 19 | 3. Other environment details: |
21 | 20 |
|
22 | | -## Reproducible Steps |
| 21 | +## Reproducible steps |
23 | 22 |
|
24 | 23 | Steps to create the smallest reproducible scenario: |
25 | 24 | 1. { e.g. Run ... } |
26 | 25 | 2. { e.g. Click ... } |
27 | 26 | 3. { e.g. Error ... } |
28 | 27 |
|
29 | | -## Expected Output |
| 28 | +## Expected output |
30 | 29 |
|
31 | | -{ Please describe what you expected to happen. } |
| 30 | +<!-- Please describe what you expected to happen. --> |
32 | 31 |
|
33 | | -## Actual Output |
| 32 | +## Actual output |
34 | 33 |
|
35 | | -{ Please describe what actually happened. } |
| 34 | +<!-- Please describe what actually happened. --> |
36 | 35 |
|
37 | 36 | ## Additional information |
38 | 37 |
|
39 | | -{ Any additional information, including logs or screenshots if you have any. } |
| 38 | +<!-- Any additional information, including logs or screenshots if you have any. --> |
0 commit comments