Skip to content

Commit

Permalink
Add issue template for adding compiler preset (#929)
Browse files Browse the repository at this point in the history
* Add issue template for adding compiler preset

* tweaks

* tweak 2
  • Loading branch information
mkst authored Dec 16, 2023
1 parent cb77caf commit 808894c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/create-update-compiler-preset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Create/Update Compiler Preset
about: Template for users wishing to create or update a compiler preset
title: "[PRESET] Create/Update Compiler Preset XXXXXXX"
labels: ''
assignees: ''

---

I would like to create/update (delete as applicable) a compiler preset on decomp.me.

- **Preset Name:** e.g. `Superfrog 64`
- **Preset ID (when updating):** e.g. `13` (see [Compiler Presets API](https://decomp.me/api/preset))
- **Platform:** e.g. `n64`
- **Compiler ID:** e.g. `ido5.3` (see [Compilers API](https://decomp.me/api/compilers))
- **Compiler Flags:** e.g. `-G0 -O1`
- **Libraries (if applicable):** e.g. `directx5.0`

0 comments on commit 808894c

Please sign in to comment.