dev: update Zig nomination issue template
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ffd03c3b0b
commit
c06dc261c8
1 changed files with 2 additions and 4 deletions
6
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
6
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
|
|
@ -19,8 +19,8 @@ You may have been linked to this issue because you sent a pull request to update
|
|||
* [ ] In `machengine.org` repository `static/zig` folder, `wrench script nominate-zig-index-update nominate 2024.1.0-mach-wip` has been ran and the [`index.json`](https://machengine.org/zig/index.json) has been updated.
|
||||
* [ ] #wrench automation (`!wrench schedule-now update-zig-version`) has created new pull requests to update the Zig version used in CI of all our projects, and it matches index.json.
|
||||
* [ ] The [_Nomination history_](https://machengine.org/about/nominated-zig/#nomination-history) has a new section for the latest nightly Zig version which Wrench used in its PRs, with a warning at the top `**IN-PROGRESS:** This version is currently being nominated, see [the tracking issue](https://github.com/hexops/mach/issues/1135) for details. Once everything looks good, the new Zig version is confirmed to be working with Mach, we will declare success, close the issue, and remove this in-progress warning.`.
|
||||
* [ ] #general Discord message: `Beginning the process of nominating a new Zig version! (you should wait to upgrade until we've updated everything to confirm it works) $GITHUB_ISSUE`
|
||||
* [ ] #wrench automation (`!wrench script-all install-zig`) has updated the Zig version used by self-hosted GitHub actions runners. TODO this needs some work.
|
||||
* [ ] #mach-dev Discord message: `Beginning the process of nominating a new Zig version; $GITHUB_ISSUE`
|
||||
* [ ] #wrench automation (`!wrench script-all install-zig`) has updated the Zig version used by self-hosted GitHub actions runners.
|
||||
* [ ] "First-order projects" below (which have zero build.zig.zon dependencies) have been updated, their CI is passing/green using the new version.
|
||||
* [ ] "Second-order projects" below (which have build.zig.zon dependencies) have been updated, their CI is passing/green using the new version.
|
||||
* [ ] The mach-glfw build.zig version check has been updated: https://github.com/hexops/mach-glfw/blob/main/build.zig
|
||||
|
|
@ -44,7 +44,6 @@ You may have been linked to this issue because you sent a pull request to update
|
|||
|
||||
These projects have zero `build.zig.zon` dependencies, we update them first - and in any order.
|
||||
|
||||
* [ ] mach-model3d
|
||||
* [ ] mach-sysjs
|
||||
* [ ] mach-objc-generator
|
||||
* [ ] fastfilter
|
||||
|
|
@ -128,7 +127,6 @@ These projects have dependencies on other projects. We update them in the exact
|
|||
* mach-glfw
|
||||
* mach-objc
|
||||
* mach-example-assets
|
||||
* mach-model3d
|
||||
* spirv-cross
|
||||
* spirv-tools
|
||||
* xcode-frameworks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue