This repository was archived by the owner on Feb 15, 2026. It is now read-only.
docs(github): move PR template to GitHub idiomatic location#9
Merged
Conversation
CHANGES - Move PR template from PULL_REQUEST_TEMPLATE/ to root .github/ - Update commit message prompt with multi-issue linking format - Update PR generation prompt with issue linking guidelines IMPACT - GitHub will automatically detect PR template in standard location - Improved AI prompt consistency with KemingHe/common-devx standards
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the repository's GitHub workflows by moving the PR template to GitHub's expected location and updating AI prompts to support proper multi-issue linking format.
- Move PR template from non-standard PULL_REQUEST_TEMPLATE/ directory to standard .github/ location
- Update commit message and PR generation prompts to clarify multi-issue linking guidelines
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| prompts/prompt-pull-request-gen.md | Added guidance for separate "closes #[issue-number]" statements per resolved issue |
| prompts/prompt-commit-msg-gen.md | Updated issue linking format to support multiple issues with separate "closes" statements |
Comments suppressed due to low confidence (1)
prompts/prompt-commit-msg-gen.md:58
- There's an extra dash in the bullet point. It should be "- Issue linking" not "-- Issue linking".
- **Content**: Only include sections with meaningful content, use dash bullets with no redundancy between items
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
CHANGES
IMPACT