Skip to content

Add pull request template (Closes #430)#446

Open
CHASE3020 wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
CHASE3020:feature/430-pr-template
Open

Add pull request template (Closes #430)#446
CHASE3020 wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
CHASE3020:feature/430-pr-template

Conversation

@CHASE3020

Copy link
Copy Markdown

Description

This pull request introduces a standardized `PULL_REQUEST_TEMPLATE.md` to guide contributors when submitting PRs. It prompts

contributors to describe their changes in detail, link to the relevant issue, select the type of change they're making, provide
testing notes, and confirm that their documentation has been updated. This template will automatically load when a new pull
request is opened, helping keep PR descriptions organized, consistent, and highly scannable for reviewers.

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x] Documentation update

## Testing Notes
- Verified that the `.github/PULL_REQUEST_TEMPLATE.md` file exists and is placed in the correct directory for GitHub to

automatically detect it.
- Confirmed the template includes all requested sections (Description, Linked Issue, Type of Change, Testing Notes, and
Checklist).

## Checklist
- [x] I have updated the documentation accordingly.
- [x] My changes generate no new warnings.
- [x] I have performed a self-review of my own code.

Closes #430

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@CHASE3020 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add a pull request template to .github/PULL_REQUEST_TEMPLATE.md

1 participant