From b9f0b0d1d7afa7a8f228daf9730eee49ae0433db Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Thu, 20 Jul 2023 12:12:33 -0400 Subject: [PATCH] Update the text of the comment posted when closing feature requests (#1374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The change isn’t so new anymore so I’ve updated the comment to recognize that. --- .github/workflows/issues-close-feature-requests.yml | 2 +- upcoming-release-notes/1374.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/1374.md diff --git a/.github/workflows/issues-close-feature-requests.yml b/.github/workflows/issues-close-feature-requests.yml index 18a0661ed5..b8d7c7d5ba 100644 --- a/.github/workflows/issues-close-feature-requests.yml +++ b/.github/workflows/issues-close-feature-requests.yml @@ -24,7 +24,7 @@ jobs: body: | :sparkles: Thanks for sharing your idea! :sparkles: - This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). + This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ diff --git a/upcoming-release-notes/1374.md b/upcoming-release-notes/1374.md new file mode 100644 index 0000000000..2d1747b9c5 --- /dev/null +++ b/upcoming-release-notes/1374.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [j-f1] +--- + +Update the text of the comment posted when closing feature requests