Skip to content

fix issue and PR templates#67

Merged
blindzero merged 4 commits intomainfrom
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot
Jan 10, 2026
Merged

fix issue and PR templates#67
blindzero merged 4 commits intomainfrom
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot

Conversation

@blindzero
Copy link
Copy Markdown
Owner

Summary

Fixing issue and PR templates

Changes

  • removed contact_links in config.yml as it creates duplicate links to issue templates in same dialogue
  • moved PULL_REQUEST_TEMPLATE.md to .github root as it was not used by new PRs
  • fixed --- bad linting in other.md issue template

Testing

not available

Issues

Closes #15

@blindzero blindzero self-assigned this Jan 10, 2026
@blindzero blindzero added the bug Something isn't working label Jan 10, 2026
Copilot AI review requested due to automatic review settings January 10, 2026 19:08
@blindzero blindzero added the type:docs Improvements or additions to documentation. label Jan 10, 2026
Copy link
Copy Markdown
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 pull request fixes GitHub issue and PR templates by addressing template discoverability and YAML linting issues. The changes ensure that the PR template is properly located, remove duplicate issue template links, and correct YAML syntax errors.

Changes:

  • Moved PULL_REQUEST_TEMPLATE.md to .github root directory for proper GitHub recognition
  • Removed duplicate contact_links from config.yml that were creating redundant issue template links
  • Fixed YAML front matter syntax in other.md by removing extra dashes

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/PULL_REQUEST_TEMPLATE.md Added PR template in correct location with comprehensive sections for summary, motivation, testing, and checklist
.github/ISSUE_TEMPLATE/other.md Fixed YAML linting issue by removing extra dashes (4 dashes to proper 3 dashes) in front matter delimiters
.github/ISSUE_TEMPLATE/config.yml Removed redundant contact_links for bug reports, feature requests, and other issues to avoid duplication with actual templates

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

Comment thread .github/PULL_REQUEST_TEMPLATE.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 10, 2026 19:10
Copy link
Copy Markdown
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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.


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

Comment thread .github/ISSUE_TEMPLATE/other.md
Comment thread .github/ISSUE_TEMPLATE/other.md
@blindzero blindzero merged commit 26138e2 into main Jan 10, 2026
10 checks passed
@blindzero blindzero deleted the issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot branch January 11, 2026 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working type:docs Improvements or additions to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repo hygiene with issue and PR templates with Dependabot

2 participants