From 3026808a7194a5dd166d01e41ccd29068879e979 Mon Sep 17 00:00:00 2001 From: iliekprogrammar Date: Sat, 31 Dec 2022 17:31:57 +0800 Subject: [PATCH 1/5] Add templates for issues and pull requests --- .gitea/issue_template/bug.md | 36 +++++++++++++++++++ .gitea/issue_template/feature_request.md | 26 ++++++++++++++ .../issue_template/missing_feature_request.md | 25 +++++++++++++ .gitea/pull_request_template.md | 20 +++++++++++ 4 files changed, 107 insertions(+) create mode 100644 .gitea/issue_template/bug.md create mode 100644 .gitea/issue_template/feature_request.md create mode 100644 .gitea/issue_template/missing_feature_request.md create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md new file mode 100644 index 000000000..9dd0454fc --- /dev/null +++ b/.gitea/issue_template/bug.md @@ -0,0 +1,36 @@ +--- + +name: "Bug report" +about: "File a bug report" +labels: + +- unconfirmed +- bug + +--- + + + + +MineClone2 version: + +# What happened? +Report about the bug! Please send large log snippets as an attachement file. + +# What should happen: +Tell us what should happen! + +# 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 new file mode 100644 index 000000000..fdd6e3dae --- /dev/null +++ b/.gitea/issue_template/feature_request.md @@ -0,0 +1,26 @@ +--- + +name: "Feature request" +about: "File a feature request not in Minecraft" +labels: + +- "non-Minecraft feature" +- "needs discussion" + +--- + + + +# Feature +Tell us about your requested feature not in Minecraft! + +# 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 new file mode 100644 index 000000000..55386a888 --- /dev/null +++ b/.gitea/issue_template/missing_feature_request.md @@ -0,0 +1,25 @@ +--- + +name: "Missing Feature request" +about: "File a missing feature request in Minecraft but not in MineClone2" +labels: + +- "missing feature" + +--- + + + +# Missing Feature +Tell us about the requested missing feature in Minecraft but not in MineClone2! + +# Why +Tell us why should we implement it! diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 000000000..ebc848f17 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,20 @@ +--- + +name: "Pull request" +about: "Submit a pull request" +labels: + +--- + + + +Tell us about your pull request! Reference related issues, if necessary + +# Testing +Tell us how to test your changes! From 98dac6dcd79a2935ca7e67d40940292588cedc04 Mon Sep 17 00:00:00 2001 From: iliekprogrammar Date: Sat, 31 Dec 2022 18:13:19 +0800 Subject: [PATCH 2/5] Add "Testing/Review needed" tag to pull request templates --- .gitea/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md index ebc848f17..c4967ef22 100644 --- a/.gitea/pull_request_template.md +++ b/.gitea/pull_request_template.md @@ -4,6 +4,8 @@ name: "Pull request" about: "Submit a pull request" labels: +- "Testing/Review needed" + --- 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! From 6430fcf10308e0667640ba3801d4c3837497da14 Mon Sep 17 00:00:00 2001 From: iliekprogrammar Date: Sun, 1 Jan 2023 13:37:34 +0800 Subject: [PATCH 5/5] Clarify *missing feature request* template --- .gitea/issue_template/missing_feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/missing_feature_request.md b/.gitea/issue_template/missing_feature_request.md index cb0bf786a..b3e275c9b 100644 --- a/.gitea/issue_template/missing_feature_request.md +++ b/.gitea/issue_template/missing_feature_request.md @@ -19,7 +19,7 @@ https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUC --> ### Current feature in Minecraft -Tell us about the feature currently in Minecraft! +Tell us about the feature currently in Minecraft! What is it like on Minecraft? ### Current feature in MineClone2 -Tell us about the feature currently in MineClone2! +Tell us about the feature currently in MineClone2! What is different?