From 9b4d2de215d7207b5b4729370fe44e9ccc40ee72 Mon Sep 17 00:00:00 2001 From: Benjamin Brienen Date: Sat, 28 Sep 2024 00:20:41 +0200 Subject: [PATCH] Fix out of date template and grammar (#15483) # Objective A label was renamed, so this updates it in the issue template. ## Solution Change in the .github markdown. --- .github/ISSUE_TEMPLATE/docs_improvement.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs_improvement.md b/.github/ISSUE_TEMPLATE/docs_improvement.md index 1bae3c9cf6..f2dc170a81 100644 --- a/.github/ISSUE_TEMPLATE/docs_improvement.md +++ b/.github/ISSUE_TEMPLATE/docs_improvement.md @@ -10,4 +10,4 @@ assignees: '' Provide a link to the documentation and describe how it could be improved. In what ways is it incomplete, incorrect, or misleading? -If you have suggestions on exactly what the new docs should say, feel free to include them here. Or alternatively, make the changes yourself and [create a pull request](https://bevyengine.org/learn/book/contributing/code/) instead. +If you have suggestions on exactly what the new docs should say, feel free to include them here. Alternatively, make the changes yourself and [create a pull request](https://bevyengine.org/learn/book/contributing/code/) instead. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cc6e73125d..0ac1873eb2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Propose a new feature! title: '' -labels: C-Enhancement, S-Needs-Triage +labels: C-Feature, S-Needs-Triage assignees: '' ---