File tree 2 files changed +35
-6
lines changed 2 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- name: Issue Report
6
- description: File an issue report.
5
+ name : Bug Report
6
+ description : File a bug report.
7
7
title : " bug: "
8
8
projects : ["outpost-os/1"]
9
9
assignees :
10
10
- fvalette-ledger
11
+ - pthierry-ledger
12
+ labels : ["bug"]
13
+
11
14
body :
12
15
- type : markdown
13
16
attributes :
14
17
value : |
15
18
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
19
- type : textarea
21
20
id : what-happened
22
21
attributes :
23
22
label : What happened?
24
23
description : What is the problem or what is asked ?
24
+ - type : textarea
25
+ id : dts-utils version
26
+ attributes :
27
+ label : What dts-utils version is impacted
28
+ description : dts-utils version used
25
29
validations :
26
30
required : true
27
31
- type : dropdown
40
44
label : Relevant log output
41
45
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
42
46
render : shell
47
+
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 : Proposing a feature/enancement
6
+ description : File an evolution proposition
7
+ title : " feature: "
8
+ projects : ["outpost-os/1"]
9
+ assignees :
10
+ - fvalette-ledger
11
+ - pthierry-ledger
12
+ labels : ["bug"]
13
+
14
+ body :
15
+ - type : markdown
16
+ attributes :
17
+ value : |
18
+ Thanks for proposing a new feature or an evolution!
19
+ - type : textarea
20
+ id : description
21
+ attributes :
22
+ label : What is proposed ?
23
+ description : feature/enhancement proposal
24
+
You can’t perform that action at this time.
0 commit comments