From 625afe1d92a7333e1d1bb4b4d00c8f0e9d6166d0 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sun, 19 Jun 2022 19:21:53 +0530 Subject: [PATCH] (chore): Specify requirement in package requests --- .github/ISSUE_TEMPLATE/Package_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Package_request.md b/.github/ISSUE_TEMPLATE/Package_request.md index c4fae6d271..5a21d6a2cb 100644 --- a/.github/ISSUE_TEMPLATE/Package_request.md +++ b/.github/ISSUE_TEMPLATE/Package_request.md @@ -20,7 +20,7 @@ For a package to be acceptable in the Main bucket, it should be: - [ ] a non-GUI tool -- [ ] a reasonably well-known and widely used developer tool +- [ ] a reasonably well-known and widely used developer tool (e.g. if it's a GitHub project, it should have at least 500 stars and 150 forks) - [ ] the latest stable version of the program - [ ] the full version i.e. not a trial version - [ ] a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)