From a82f8867909100839b215a959ff914d5340e63c7 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 17 Jul 2023 14:14:06 +0200 Subject: [PATCH] issue template/addition: import guidelines from https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/.github/PULL_REQUEST_TEMPLATE.md --- .github/ISSUE_TEMPLATE/addition.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/addition.md b/.github/ISSUE_TEMPLATE/addition.md index 0f7e13ce6b..384adfff11 100644 --- a/.github/ISSUE_TEMPLATE/addition.md +++ b/.github/ISSUE_TEMPLATE/addition.md @@ -46,9 +46,10 @@ demo_url: "https://my.awesome.softwar.e/demo" related_software_url: "https://my.awesome.softwar.e/apps" ``` -To ensure your issue is dealt with swiftly please check the following (check the boxes `[x]`): +To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): +- [ ] Submit one item per pull issue. This eases reviewing and speeds up inclusion. - [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. -- [ ] Submit one item per pull request. This eases reviewing and speeds up inclusion. -- [ ] Values for `platform` are the main **server-side** requirements for the software. Don't include frameworks or specific dialects. +- [ ] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse). - [ ] Any software project you are adding to the list is actively maintained. -- [ ] If creating new `tags`, any tag has the minimum requirement of 3 items. If not, your addition may be inserted into `Miscellaneous`. +- [ ] Any software project you are adding was first released more than 4 months ago. +- [ ] Any software project you are adding has working installation instructions.