Skip to content

Commit

Permalink
[SC64] Updated GitHub issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Nov 16, 2024
1 parent 6eef811 commit 80b4aa9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: File a bug report.
description: File a bug report
title: "[SC64][BUG] "
labels: ["bug"]
assignees:
Expand All @@ -16,18 +16,23 @@ body:
description: |
Issue tracker in this repository is for **BUG REPORTS ONLY**.
Make sure your problem is caused by the firmware and **not** by the software you're running on the flashcart.
Make sure your problem is caused by the firmware/PC app and **not** by the software you're running on the flashcart.
Errors in the documentation are also considered a bug.
If your issue is related to the menu then report it in the [N64FlashcartMenu] repository.
[N64FlashcartMenu]: https://github.com/Polprzewodnikowy/N64FlashcartMenu
options:
- label: My issue is indeed a bug in the flashcart firmware and/or documentation and I can prove it.
required: true
- label: I understand the difference in responsibilities between flashcart firmware and menu software.
- label: I understand the difference between flashcart firmware, N64FlashcartMenu and `sc64deployer` PC app.
required: true
- label: I found a bug in FPGA HDL (`/fw/rtl`)
- label: I found a bug in MCU app (`/sw/controller`)
- label: I found a bug in N64 bootloader (`/sw/bootloader`)
- label: I found a bug in PC app (`/sw/deployer`)
- label: I found a bug in initial programming script (`/sw/tools/primer.py`)
- label: I found an error in documentation (`/docs`)
- label: I found an issue elsewhere
- type: input
id: version
attributes:
Expand All @@ -49,7 +54,5 @@ body:
id: deployer-info
attributes:
label: Output logs from `sc64deployer info`
description: Please copy and paste the output from the command specified above.
description: If possible, please copy and paste the output from the command specified above.
render: shell
validations:
required: true

0 comments on commit 80b4aa9

Please sign in to comment.