Skip to content

Guide to using labels

Danilo edited this page Mar 29, 2025 · 4 revisions

A. What type of action would I like to do on the project?

1. Reporting a Bug

Use the label:

  • type:bug

2. Fixing a Bug with a Pull Request (PR)

Use the label:

  • type:bugfix

3. Requesting a New Feature

Use the label:

  • type:feature

B. Which area of the project is affected?

1. It affects a specific part of the project that does is not visible during gameplay.

Use the label:

  • area: ...

2. It affects something that is noticeable during gameplay.

Use the label:

  • game: ...

Additional Notes

  • Please ensure the description of your issue or PR is clear and detailed.
  • If applicable, include screenshots, logs, or code snippets to help reviewers understand the context.
  • Follow the project's contribution guidelines for creating and managing issues.
  • You can see here our labels.

Feel free to reach out to the maintainers if you have any questions about using these labels!