Update contribution guidelines.

This commit is contained in:
Den Delimarsky 🌺
2025-09-20 21:20:43 -07:00
parent 3bdb1d9f3f
commit ee9f83929a
2 changed files with 15 additions and 5 deletions

View File

@@ -18,6 +18,11 @@ These are one time installations required to be able to test your changes locall
>[!NOTE]
>If your pull request introduces a large change that materially impacts the work of the CLI or the rest of the repository (e.g., you're introducing new templates, arguments, or otherwise major changes), make sure that it was **discussed and agreed upon** by the project maintainers. Pull requests with large changes that did not have a prior conversation and agreement will be closed.
>[!IMPORTANT]
>We leverage AI and AI agents for help with this project and value contributions that also use AI to detect issues and improve Spec Kit. However, to help the team focus on important issues and features, we will close issues and PRs that are **low-effort AI-generated changes**. If you are submitting an AI generated issue or pull request, please include **concrete test cases**, **scenarios**, and an outline of the **end-to-end developer experience** with your suggested change.
>
>This means that you need to be supervising the changes and understanding why the change is necessary within the Spec Kit scope.
1. Fork and clone the repository
1. Configure and install the dependencies: `uv sync`
1. Make sure the CLI works on your machine: `uv run specify --help`