Skip to content

Conversation

@Hona
Copy link
Collaborator

@Hona Hona commented Jan 8, 2026

Summary

  • Adds a pull request template to standardize PR descriptions
  • Template sourced from Bun's repository

Copilot AI review requested due to automatic review settings January 8, 2026 23:46
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Hey! Your PR title Add pull request template doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@Hona Hona force-pushed the add-pr-template branch from 5fc80cd to e0f3d5f Compare January 8, 2026 23:47
@Hona Hona changed the title Add pull request template ignore: add PR template Jan 8, 2026
Copy link
Contributor

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

This PR adds a minimal pull request template to help standardize PR descriptions across the repository. The template prompts contributors to describe what their PR does and how they verified their changes work.

Key Changes:

  • Adds a new PR template file in the .github directory with two prompting sections

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

@@ -0,0 +1,3 @@
### What does this PR do?

### How did you verify your code works?
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

Consider adding a section for UI changes to prompt contributors to include screenshots or videos. According to CONTRIBUTING.md (lines 165-167), UI changes should include visual evidence showing before and after states. This could be a conditional section like "### Screenshots/Videos (if applicable for UI changes)".

Suggested change
### How did you verify your code works?
### How did you verify your code works?
### Screenshots/Videos (if applicable for UI changes)

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,3 @@
### What does this PR do?

Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

The PR template is missing a section to prompt contributors to link to an existing issue. According to CONTRIBUTING.md (lines 152-157), there's an "Issue First Policy" stating that all PRs must reference an existing issue using "Fixes #123" or "Closes #123". Consider adding a section like "### What issue does this PR address?" to ensure contributors follow this requirement.

Suggested change
### What issue does this PR address?
<!-- Link to the issue using "Fixes #123" or "Closes #123". -->

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

The following comment was made by an LLM, it may be inaccurate:

Based on my search, I found one potentially related PR:

PR #7013: fix(tool): require PR template check before creating PRs
#7013

This PR is related because it deals with PR template validation/requirements. While PR #7391 adds a new PR template and #7013 enforces checking for PR templates before creation, they may be complementary changes or there could be some overlap in scope depending on the implementation details.

The other results appear to be unrelated to the PR template feature.

@rekram1-node rekram1-node merged commit eb5c113 into anomalyco:dev Jan 9, 2026
4 checks passed
aryasaatvik pushed a commit to aryasaatvik/opencode that referenced this pull request Jan 10, 2026
zerone0x pushed a commit to zerone0x/opencode that referenced this pull request Jan 12, 2026
zerone0x pushed a commit to zerone0x/opencode that referenced this pull request Jan 12, 2026
liorshk pushed a commit to liorshk/opencode that referenced this pull request Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants