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
Enhance documentation and scripts for Spec-Driven Development
- Updated quickstart guide to clarify the new automation scripts in Bash and PowerShell, including step-by-step instructions for project initialization and specification creation.
- Revised upgrade documentation to improve clarity on handling existing directories and agent setup.
- Refactored Bash and PowerShell scripts for creating new features to streamline branch number retrieval and improve error handling.
- Added support for new agents (Qoder CLI and IBM Bob) in context update scripts and CLI initialization.
- Improved checklist and requirement templates to ensure clarity and completeness in specifications.
- Enhanced agent configuration to include new agents with appropriate metadata.
- Added cautionary notes in task-to-issues template to prevent issues creation in incorrect repositories.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ git push origin main
51
51
52
52
## Submitting a pull request
53
53
54
-
>[!NOTE]
55
-
>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.
54
+
>[!NOTE]
55
+
>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.
56
56
57
57
1. Fork and clone the repository
58
58
1. Configure and install the dependencies: `uv sync`
@@ -90,7 +90,7 @@ To test your templates, commands, and other changes locally, follow these steps:
90
90
91
91
Run the following command to generate the local packages:
0 commit comments