mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-10 03:03:41 +02:00
This commit updates the build and release workflow to enable multi-arch builds and releases. A number of Rust-specific actions have been added, namely rust-cache to handle cargo caching and actions-rust-cross to handle cross-compilation. A release-dry-run target has been added to run on master which should help catch any issues in release workflow changes early. Releases drop goreleaser entirely in favour of action-gh-release which was already in use to add msi installers to the releases previously created by goreleaser.
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
name: Feature request
|
|
description: Suggest a new feature
|
|
labels: [enhancement]
|
|
title: "[FEAT]: "
|
|
body:
|
|
- type: dropdown
|
|
id: Sponsors
|
|
attributes:
|
|
label: Sponsorship Information
|
|
description: >
|
|
Feature requests are considered from individuals who are $5+ monthly sponsors to the project.
|
|
|
|
Please specify the platform you use to sponsor the project.
|
|
options:
|
|
- GitHub Sponsors
|
|
- Ko-fi
|
|
- Discord
|
|
- YouTube
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Suggestion
|
|
description: >
|
|
Please share your suggestion here. Be sure to include all necessary context.
|
|
|
|
If you sponsor on a platform where you use a different username, please specify the username here.
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: >
|
|
Please share share alternatives you have considered here.
|