Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fixing issue templates #19

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: dts-utils version used
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

Loading