Updating some div stuff with specify #200
Merged
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