Updating some div stuff with specify#200
Merged
MariusStorhaug merged 2 commits intomainfrom Oct 2, 2025
Merged
Conversation
…tHub label management and PR updates
…r formatting to documentation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request enhances the project's workflow automation by refining label management, documentation standards, and PR/release note formatting. The changes standardize processes for GitHub integration, improve consistency across workflow prompts, and establish better documentation practices.
Key changes include:
- Improved GitHub label management with immediate transitions (Planning → Implementing)
- Enhanced PR description formatting as release-note style content
- New documentation standards for requirement number formatting and terminal commands
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/prompts/tasks.prompt.md |
Added requirement for task completion tracking in PR descriptions |
.github/prompts/specify.prompt.md |
Added verification step for 'Specification' label on existing branches |
.github/prompts/plan.prompt.md |
Restructured workflow with immediate label setting and improved PR creation process |
.github/prompts/implement.prompt.md |
Major reorganization with label management, constitution updates, and enhanced PR description formatting |
.github/instructions/md.instructions.md |
Added formatting standards for requirement numbers using bold and non-breaking hyphens |
.github/copilot-instructions.md |
Added terminal command standards requiring pwsh prefix for all shell operations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates and clarifies the workflow instructions for planning and implementing features, with a strong focus on correct GitHub label management, improved documentation standards, and enhanced PR/release note formatting. The changes ensure that contributors follow standardized processes for labeling, documentation, and communication, making the workflow more consistent and user-friendly.
Workflow and Label Management Improvements:
.github/prompts/plan.prompt.mdand.github/prompts/implement.prompt.mdnow require setting and updating GitHub labels (likePlanning,Implementing,Specification) at the start of each workflow, with clear instructions for both forked and local repositories. FallbackghCLI commands are provided for manual updates. [1] [2] [3] [4]Planningand addingImplementing), and the planning workflow adds/removesPlanningandSpecificationas appropriate. [1] [2]Documentation and Formatting Standards:
.github/instructions/md.instructions.mdspecifying that all requirement numbers (e.g., NFR-001, FR-042) must be formatted in bold and use non-breaking hyphens to prevent line breaks and ensure consistency in all documentation..github/copilot-instructions.mdnow mandates that all terminal commands in documentation be prefixed withpwsh(except for GitHub MCP calls), with examples provided for clarity.PR and Release Note Guidance:
Workflow Step Clarifications and Reordering:
Changelog and Constitution Updates:
These changes collectively enforce best practices for workflow automation, documentation, and communication in the repository, improving clarity and consistency for all contributors.
Type of change
Checklist