File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2024 Ledger SAS
2
+ #
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+ name: Issue Report
6
+ description: File an issue report.
7
+ title: "bug: "
8
+ projects: ["outpost-os/1"]
9
+ assignees:
10
+ - fvalette-ledger
11
+ body:
12
+ - type: markdown
13
+ attributes:
14
+ value: |
15
+ Thanks for taking the time to fill out this bug report!
16
+ please prefix with:
17
+ - bug: for any bug report
18
+ - enhancement: for proposed cleaning fix
19
+ - feature: for proposed new feature
20
+ - type: textarea
21
+ id: what-happened
22
+ attributes:
23
+ label: What happened?
24
+ description: What is the problem or what is asked ?
25
+ validations:
26
+ required: true
27
+ - type: dropdown
28
+ id: python-version
29
+ attributes:
30
+ label: What is the python version used ?
31
+ multiple: true
32
+ options:
33
+ - '3.10'
34
+ - '3.11'
35
+ - '3.12'
36
+ - '3.13+'
37
+ - type: textarea
38
+ id: logs
39
+ attributes:
40
+ label: Relevant log output
41
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
42
+ render: shell
You can’t perform that action at this time.
0 commit comments