You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install [uv](https://docs.astral.sh/uv/) for package management
13
-
3. Install [Git](https://git-scm.com/downloads)
14
-
4. Have an AI coding agent available: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Qwen Code](https://github.com/QwenLM/qwen-code). We're working on adding support for other agents as well.
12
+
1. Install [uv](https://docs.astral.sh/uv/) for package management
13
+
1. Install [Git](https://git-scm.com/downloads)
14
+
1. Have an AI coding agent available: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Qwen Code](https://github.com/QwenLM/qwen-code). We're working on adding support for other agents as well.
15
15
16
16
## Submitting a pull request
17
17
18
18
>[!NOTE]
19
19
>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.
20
20
21
21
1. Fork and clone the repository
22
-
2. Configure and install the dependencies: `uv sync`
23
-
3. Make sure the CLI works on your machine: `uv run specify --help`
24
-
4. Create a new branch: `git checkout -b my-branch-name`
25
-
5. Make your change, add tests, and make sure everything still works
26
-
6. Test the CLI functionality with a sample project if relevant
27
-
7. Push to your fork and submit a pull request
28
-
8. Wait for your pull request to be reviewed and merged.
22
+
1. Configure and install the dependencies: `uv sync`
23
+
1. Make sure the CLI works on your machine: `uv run specify --help`
24
+
1. Create a new branch: `git checkout -b my-branch-name`
25
+
1. Make your change, add tests, and make sure everything still works
26
+
1. Test the CLI functionality with a sample project if relevant
27
+
1. Push to your fork and submit a pull request
28
+
1. Wait for your pull request to be reviewed and merged.
29
29
30
30
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
0 commit comments