diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md index 1ec1f0918..db0336182 100644 --- a/.gitea/issue_template/bug.md +++ b/.gitea/issue_template/bug.md @@ -13,16 +13,17 @@ labels: Thanks for taking the time to fill out this bug report! Please follow our contributing guidelines first: -https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#rules-about-both-bugs-and-feature-requests +https://git.minetest.land/VoxeLibre/VoxeLibre/src/branch/master/CONTRIBUTING.md#rules-about-both-bugs-and-feature-requests 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 +https://git.minetest.land/VoxeLibre/VoxeLibre/src/branch/master/CODE_OF_CONDUCT.md --> VoxeLibre version: diff --git a/.gitea/issue_template/feature_request.md b/.gitea/issue_template/feature_request.md index 58a7437ab..73d1470ad 100644 --- a/.gitea/issue_template/feature_request.md +++ b/.gitea/issue_template/feature_request.md @@ -1,7 +1,7 @@ --- name: "Feature request" -about: "File a feature request not in Minecraft" +about: "File a feature request" labels: - "non-Minecraft feature" @@ -10,17 +10,17 @@ labels: --- ### Feature -Tell us about your requested feature not in Minecraft! +Tell us about your requested feature! ### 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 deleted file mode 100644 index ebcb1cc62..000000000 --- a/.gitea/issue_template/missing_feature_request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- - -name: "Missing Feature request" -about: "File a missing feature request in Minecraft but not in MineClone2" -labels: - -- "missing feature" - ---- - - - -### Current feature in Minecraft -Tell us about the feature currently in Minecraft! What is it like on Minecraft? - -### Current feature in VoxeLibre -Tell us about the feature currently in VoxeLibre! What is different? diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md index ec7207ee4..b77cc1299 100644 --- a/.gitea/pull_request_template.md +++ b/.gitea/pull_request_template.md @@ -8,13 +8,13 @@ labels: -Tell us about your pull request! Reference related issues, if necessary +Tell us about your pull request! Reference related issues, if necessary. ### Testing Tell us how to test your changes!