Skip to content

docs: Add pull request template#1239

Merged
jeromehardaway merged 1 commit into
Vets-Who-Code:masterfrom
msgem0523:documentation/msgem0523/937-create-pull-request-template
Jul 1, 2026
Merged

docs: Add pull request template#1239
jeromehardaway merged 1 commit into
Vets-Who-Code:masterfrom
msgem0523:documentation/msgem0523/937-create-pull-request-template

Conversation

@msgem0523

Copy link
Copy Markdown
Contributor

Description

Adds a GitHub pull request template to standardize pull request submissions and improve consistency across contributor submissions.

Related Issues

Closes #937

Changes Made

  • Added .github/PULL_REQUEST_TEMPLATE.md
  • Included standardized sections for PR descriptions
  • Added checklists for code quality, testing, accessibility, documentation, and performance

Testing

Not applicable. This is a documentation-only change.

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@msgem0523 is attempting to deploy a commit to the vetswhocode-web-app Team on Vercel.

A member of the Team first needs to authorize it.

@jeromehardaway jeromehardaway merged commit 95c9bed into Vets-Who-Code:master Jul 1, 2026
3 of 4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub pull request template (.github/PULL_REQUEST_TEMPLATE.md) to standardize PR submissions and improve review consistency (Closes #937).

Changes:

  • Introduces a structured PR description template (description, type, related issues, changes, screenshots, testing).
  • Adds contributor checklists covering quality, testing, accessibility, responsive design, performance, security, and documentation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Type of Change
<!-- Mark the relevant option with an 'x' -->

- [ ] Bug fix (non-braking change that fixes an issue)
### Code Quality
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particulary in hard-to-understand areas
- [ ] I have tested on desktop
- [ ] I have tested on mobile
- [ ] I have tested on tablet
- [ ] I have tested on multiple browseers (Chrome, Firefox, Safari)
- [ ] I have tested on multiple browseers (Chrome, Firefox, Safari)
- [ ] All tests pass: `npm test`
- [ ] TypeScript compiles: `npm run typecheck`
- [ ] Linting passes: `npm run lit`
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.

Create pull request template

3 participants