1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-08 08:25:30 +01:00

Use issue templates for creating issues (#13222)

This commit is contained in:
1F616EMO~nya
2023-08-25 23:00:05 +08:00
committed by GitHub
parent f47b00426a
commit 54eacca287
5 changed files with 138 additions and 61 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Submit issues about Minetest Game
url: https://github.com/minetest/minetest_game/issues/new/choose
about: Only submit issues of the engine in this repository's issue tracker. Submit those of Minetest Game in its own issue tracker.
- name: Search for issue trackers of third-party games
url: https://content.minetest.net/packages/?type=game
about: For issues of third-party games, search for the game in the ContentDB and then submit an issue in their issue tracker.