Skip to content

Commit

Permalink
Merge pull request #6 from pthierry-ledger/fix-templates
Browse files Browse the repository at this point in the history
templates: fixing template with valid syntax
  • Loading branch information
pthierry-ledger authored Jul 12, 2024
2 parents 49ece76 + b798c3c commit 7f2f4c6
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 63 deletions.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

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

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!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: What is the problem or what is asked ?
- type: textarea
id: svd2json-version
attributes:
label: What svd2json version is impacted
description: svd2json version used
validations:
required: true
- type: dropdown
id: python-version
attributes:
label: What is the python version used ?
multiple: true
options:
- '3.10'
- '3.11'
- '3.12'
- '3.13+'
- type: textarea
id: logs
attributes:
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

26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

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 7f2f4c6

Please sign in to comment.