Skip to content
Jonathan Hiles edited this page Jun 12, 2022 · 2 revisions

To triage more effectively, included are a set of common labels that can be applied to issues, discussions and pull requests.

At present, when forking or generating a repository from this template in GitHub, any custom labels will not be created for you. Hence, you will need to manually sync your repository's labels with this repository.

Recommended

The following are applied automatically to pull requests via Labeler - its configuration can be found under .github/labeler.yml.

assets

Improvements or additions to assets

For changes to mod assets, excluding language files (see i18n):

  • any: ['**/assets/**/*', '!**/assets/*/lang/*']

build

Improvements or additions to the build process

For changes to Gradle, Fabric, and other build files:

  • **/fabric.mod.json
  • **/build.gradle
  • **/gradle.properties
  • **/settings.gradle
  • .github/workflows/build.yml

ci

Improvements or additions to deployments

For changes to Continuous Integration / Continuous Delivery:

  • release-please-config.json
  • .github/release-please.json
  • any: ['.github/workflows/**/*', '!.github/workflows/build.yml']
  • .github/workflows/publish.yml

i18n

Improvements or additions to localisation

For changes to language files:

  • **/assets/*/lang/*