-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac09241
commit 88367bd
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |