From b710ff27c99550bd02c3da19fbecb1acc7be1a04 Mon Sep 17 00:00:00 2001 From: Collin Stevens Date: Fri, 27 Mar 2026 21:30:54 -0700 Subject: [PATCH] docs: add feature freeze notice to CONTRIBUTING.md and fix typo in PR template (#1175) Add a visible feature freeze section near the top of CONTRIBUTING.md so contributors see it before starting work. Fix "GATEHRED" typo in the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9bacf75..ee57f00 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Before Submitting This PR diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5342ee..9c14c8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,12 @@ Thank you for your interest in contributing to Handy! This guide will help you get started with contributing to this open source speech-to-text application. +## ⚠️ Feature Freeze + +**Handy is currently undergoing a feature freeze.** If you are submitting a PR which is a new feature that the community has not asked for, it will be rejected. If the community has asked for it, or you have explicitly gathered support, it may still be considered. + +**Bug fixes are the top priority.** There are 60+ issues to fix. Please focus your contributions on fixing bugs and improving stability. + ## 📖 Philosophy Handy aims to be the most forkable speech-to-text app. The goal is to create both a useful tool and a foundation for others to build upon—a well-patterned, simple codebase that serves the community. We prioritize: