Skip to content

Commit b706bbd

Browse files
ci: fixing issue templates (outpost-os#19)
2 parents bd497d2 + aa6ef5c commit b706bbd

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

.github/ISSUE_TEMPLATE renamed to .github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
name: Issue Report
6-
description: File an issue report.
5+
name: Bug Report
6+
description: File a bug report.
77
title: "bug: "
88
projects: ["outpost-os/1"]
99
assignees:
1010
- fvalette-ledger
11+
- pthierry-ledger
12+
labels: ["bug"]
13+
1114
body:
1215
- type: markdown
1316
attributes:
1417
value: |
1518
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
2019
- type: textarea
2120
id: what-happened
2221
attributes:
2322
label: What happened?
2423
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
2529
validations:
2630
required: true
2731
- type: dropdown
@@ -40,3 +44,4 @@ body:
4044
label: Relevant log output
4145
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
4246
render: shell
47+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

0 commit comments

Comments
 (0)