Skip to content

docs: fix pull request template path and expand checklist - #97

Merged
hesreallyhim merged 2 commits into
reponomics:mainfrom
BittuBarnwal7479:fix/pr-template
Sep 10, 2026
Merged

hesreallyhim merged 2 commits into
reponomics:mainfrom
BittuBarnwal7479:fix/pr-template

Conversation

@BittuBarnwal7479

Copy link
Copy Markdown
Collaborator

Summary

The PR template was in the wrong location:

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Because of this, GitHub did not apply it automatically. Moving it to .github/pull_request_template.md makes it the default PR template.

While fixing the location, I also updated the template to:

  • Add a Linked issue section.
  • Add a Screenshots section for visual changes.
  • Add the required conventional commit title and signed commits checks.
  • Add links to the Code of Conduct and Contributing guidelines.

Verification

  • npm run format:check passes.
  • Checked for references to the old template path; none found.
  • Verified all added links return HTTP 200.
  • Confirmed the template renders correctly without empty screenshot tables.
  • No source, test, or build files were changed.

Notes for Reviewers

  • Git shows the change as a delete + add because the content changed beyond the rename threshold.
  • Used docs: because this is a documentation/template-only change and should not trigger a release.
  • The automatic template behavior can only be verified after this PR is merged.

Checklist

@hesreallyhim hesreallyhim reopened this Sep 10, 2026
@hesreallyhim
hesreallyhim merged commit 7b88048 into reponomics:main Sep 10, 2026
11 checks passed
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