Skip to content

docs: add new PR template to standardise contributions#125

Open
liamchampton wants to merge 1 commit into
mainfrom
docs/pr-template
Open

docs: add new PR template to standardise contributions#125
liamchampton wants to merge 1 commit into
mainfrom
docs/pr-template

Conversation

@liamchampton
Copy link
Copy Markdown
Collaborator

Add a new PR template

Copilot AI review requested due to automatic review settings April 19, 2026 22:50
@github-project-automation github-project-automation Bot moved this to Needs Review in gh-skyline Apr 19, 2026
Copy link
Copy Markdown

Copilot AI left a comment

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 new GitHub Pull Request template to standardize contributor submissions and improve review quality/consistency.

Changes:

  • Introduces a structured PR template with sections for description, related issues, change type, affected areas, testing, and screenshots/output.
  • Adds an explicit checklist aligned with project expectations (linting, GoDoc, function size, float32 STL output, docs updates).
Show a summary per file
File Description
.github/PULL_REQUEST_TEMPLATE.md Adds a standardized PR template to guide contributors through required context, testing, and project conventions.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

- [ ] Functions are focused and reasonably sized (generally under 50 lines)
- [ ] Final STL output uses `float32` to adhere to the STL format (if applicable)
- [ ] I have updated the README / docs where relevant (new flags, behavior changes, etc.)
- [ ] I have read the [Contributing guide](../CONTRIBUTING.md) and [Code of Conduct](../CODE_OF_CONDUCT.md)
Copy link

Copilot AI Apr 19, 2026

Choose a reason for hiding this comment

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

The checklist links use ../CONTRIBUTING.md and ../CODE_OF_CONDUCT.md. Since this template is inserted into the PR body (not rendered as a file in a directory), ../ links can resolve incorrectly on GitHub. Prefer repo-root relative links like CONTRIBUTING.md / CODE_OF_CONDUCT.md (or /CONTRIBUTING.md / /CODE_OF_CONDUCT.md) so they work reliably from PRs/issues.

Suggested change
- [ ] I have read the [Contributing guide](../CONTRIBUTING.md) and [Code of Conduct](../CODE_OF_CONDUCT.md)
- [ ] I have read the [Contributing guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

2 participants