From dbf8d533a95332f426c225ed9d364ee58dae44f4 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 18 Dec 2022 17:21:26 +0000
Subject: [PATCH] Pull Request template: Any software project you are adding
 has working installation instructions

Ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/3217#issuecomment-1235694038
---
 .github/PULL_REQUEST_TEMPLATE.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c0aa5a6f..085e5959 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -23,6 +23,7 @@ To ensure your PR is dealt with swiftly please check the following:
 - [ ] Any category you are creating has the minimum requirement of 3 items.
   If not, your addition may be inserted into `Misc/Other`.
 - [ ] Any software project you are adding to the list is actively maintained.
+- [ ] Any software project you are adding has working installation instructions.
 - [ ] The pull request title is informative, unlike "Update README.md".
   Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
   "Remove aaa from bbb" for removing, "Fix license for aaa", etc.