From 990a040c4d5021b730d3dd8b388704dd1ae2b324 Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Mon, 29 Aug 2022 03:22:22 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Georg Zoeller --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f9f2802..bd0677d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-stable-diffusion/awesome-stable-diffusion) or [PRs](https://github.com/awesome-stable-diffusion/awesome-stable-diffusion), including closed ones to avoid duplication or reintroducing removed conntent. - [ ] 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 to the list is actively maintained (less than 3 months inactive). - [ ] 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.