From 5d473ba6d78b457e48ae343ab43d96a800a84834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Tue, 6 Aug 2024 21:41:16 +0200 Subject: [PATCH] Shorten template title --- .github/ISSUE_TEMPLATE/proposal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index 096971879..92b30675f 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -1,5 +1,5 @@ --- -name: Feature Request or Enhancement Proposal +name: Feature or Enhancement Proposal about: Let us know about a feature idea or propose an improvement. --- @@ -9,7 +9,7 @@ about: Let us know about a feature idea or propose an improvement. - [ ] I've Updated SwiftLint to the latest version. - [ ] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues). -### Feature Request or Enhancement Proposal +### Feature or Enhancement Proposal Describe you idea or proposal here. This can be a new feature, an enhancement to an existing feature, or a change to the project's behavior. Be sure to include the rationale behind the proposal and any relevant context or examples.