From ca0a359526bae2f612369432be901724dcdfddee Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:07:57 -0500 Subject: [PATCH] doc: Add one more canned response (#1790) Co-authored-by: Rabenherz112 Co-authored-by: nodiscc --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4af1d542aa..66664a3fd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,6 +120,16 @@ To save maintainers time, a few premade replies for common issues can be found b > >Thanks for understanding, and good luck with this project. +#### First release less than 4 months old + +>Hi, thanks for your contribution. +> +>Currently, this project has a release, but it is not yet 4 months old. Our guidelines require that Any software project you are >adding was first released more than 4 months ago. This count initiates only after a release has been created to ensure users need >not rely on the latest development version to use the project. +> +>I'll go ahead and close it for now to keep the PR section focused on active tasks. Once the first release is four months old, feel >free to resubmit it to awesome-selfhosted, or you can create an issue instead (we don't close issues; we just tag them to indicate >they need to mature). +> +>Thanks for understanding, and good luck with this project. + ### Other operations **Rename a tag/category:** the tag must be renamed in the appropriate `tags/mytag.yml` file. All references to it must be updated in `tags/*.yml` and `software/*.yml`.