diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..36f8eb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -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