Skip to content

Commit

Permalink
ci: define issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 12, 2024
1 parent ac09241 commit 88367bd
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0

name: Issue Report
description: File an issue report.
title: "bug: "
projects: ["outpost-os/1"]
assignees:
- fvalette-ledger
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 ?
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

0 comments on commit 88367bd

Please sign in to comment.