From 7376b08c612e4c17ca5982b024ba36c08a6c787e Mon Sep 17 00:00:00 2001 From: iliekprogrammar Date: Sun, 1 Jan 2023 13:33:00 +0800 Subject: [PATCH] Better headers. More distinct *missing feature* template --- .gitea/issue_template/bug.md | 6 +++--- .gitea/issue_template/feature_request.md | 4 ++-- .gitea/issue_template/missing_feature_request.md | 8 ++++---- .gitea/pull_request_template.md | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md index 9dd0454fc..be76e6395 100644 --- a/.gitea/issue_template/bug.md +++ b/.gitea/issue_template/bug.md @@ -26,11 +26,11 @@ https://git.minetest.land/MineClone2/MineClone2/tags --> MineClone2 version: -# What happened? +### What happened? Report about the bug! Please send large log snippets as an attachement file. -# What should happen: +### What should happen: Tell us what should happen! -# Steps to reproduce +### Steps to reproduce Tell us how we can reproduce the bug! diff --git a/.gitea/issue_template/feature_request.md b/.gitea/issue_template/feature_request.md index fdd6e3dae..58a7437ab 100644 --- a/.gitea/issue_template/feature_request.md +++ b/.gitea/issue_template/feature_request.md @@ -19,8 +19,8 @@ By submitting this issue, you agree to follow our Code of Conduct: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md --> -# Feature +### Feature Tell us about your requested feature not in Minecraft! -# Why +### Why Tell us why should we implement it! diff --git a/.gitea/issue_template/missing_feature_request.md b/.gitea/issue_template/missing_feature_request.md index 55386a888..cb0bf786a 100644 --- a/.gitea/issue_template/missing_feature_request.md +++ b/.gitea/issue_template/missing_feature_request.md @@ -18,8 +18,8 @@ By submitting this issue, you agree to follow our Code of Conduct: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md --> -# Missing Feature -Tell us about the requested missing feature in Minecraft but not in MineClone2! +### Current feature in Minecraft +Tell us about the feature currently in Minecraft! -# Why -Tell us why should we implement it! +### Current feature in MineClone2 +Tell us about the feature currently in MineClone2! diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md index ebc848f17..ec7207ee4 100644 --- a/.gitea/pull_request_template.md +++ b/.gitea/pull_request_template.md @@ -16,5 +16,5 @@ https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUC Tell us about your pull request! Reference related issues, if necessary -# Testing +### Testing Tell us how to test your changes!