Skip to content

Added prompts to prepare GitHub PR and issue descriptions - #597

Open
xperiandri wants to merge 1 commit into
devfrom
add-pr-issue-description-prompts
Open

xperiandri wants to merge 1 commit into
devfrom
add-pr-issue-description-prompts

Conversation

@xperiandri

Copy link
Copy Markdown
Collaborator

Proposed Changes

Added a .github/PULL_REQUEST_TEMPLATE.md and two Copilot agent prompts under .github/prompts/:

  • create-pr-description.prompt.md fills in the new PR template from the current branch's diff and commit history.
  • create-issue-description.prompt.md fills in the existing .github/ISSUE_TEMPLATE.md the same way.

Both prompts compare the current branch against origin/dev, the default branch of this repository.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Build and tests pass locally — no code changes; nothing to build or test
  • I have added tests that prove my fix is effective or that my feature works (if appropriate) — not applicable, these are Copilot prompt/template files
  • I have added necessary documentation (if appropriate) — the prompts and template are self-documenting

🤖 Generated with Claude Code

Added a pull request template and a `create-pr-description` prompt that fills it in from the branch diff,
and a `create-issue-description` prompt that fills in `ISSUE_TEMPLATE.md`. Both compare against `origin/dev`,
the default branch of this repository.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@valbers

valbers commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

Why this:

  • Use only en dashes () for dashes; never use em dashes ().

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants