mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00

In order to promote concise bug reports / feature requests for TombEngine : myself and @Jakub768 have created some forms in YAML for the TombEngine Github page. Due to the nature of this being online and rendered by Github , previewing the changes cannot be done with an external tool. So this initial branch will now be merged and then further tweaks will take place if needs be. Co-authored-by: Jakub <kubabilinski03@gmail.com>
17 lines
417 B
YAML
17 lines
417 B
YAML
blank_issues_enabled: false
|
|
|
|
# Disable blank issue
|
|
|
|
blank_issues_enabled: false
|
|
|
|
# Bug Report Form
|
|
name: Bug Report
|
|
description: File a bug report.
|
|
title: "[Bug]: "
|
|
labels: [ "Awaiting Triage" ]
|
|
|
|
# Initial Message
|
|
body:
|
|
type: markdown
|
|
attributes:
|
|
value: Thanks for taking the time to fill out this bug report! Please use the steps below to log the report for the development team.
|