Skip to content
Merged
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
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