Skip to content

Commit

Permalink
ci: fixing issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 12, 2024
1 parent bd497d2 commit 7597bb7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE → .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,30 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Issue Report
description: File an issue report.
name: Bug Report
description: File a bug report.
title: "bug: "
projects: ["outpost-os/1"]
assignees:
- fvalette-ledger
- pthierry-ledger
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
please prefix with:
- bug: for any bug report
- enhancement: for proposed cleaning fix
- feature: for proposed new feature
- type: textarea
id: what-happened
attributes:
label: What happened?
description: What is the problem or what is asked ?
- type: textarea
id: dts-utils version
attributes:
label: What dts-utils version is impacted
description: v0.2.2
validations:
required: true
- type: dropdown
Expand All @@ -40,3 +44,4 @@ body:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0

name: Proposing a feature/enancement
description: File an evolution proposition
title: "feature: "
projects: ["outpost-os/1"]
assignees:
- fvalette-ledger
- pthierry-ledger
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Thanks for proposing a new feature or an evolution!
- type: textarea
id: description
attributes:
label: What is proposed ?
description: feature/enhancement proposal

0 comments on commit 7597bb7

Please sign in to comment.