Skip to content

chore: improve templates and remove action for issue#65

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

chore: improve templates and remove action for issue#65
blindzero merged 11 commits intomainfrom
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot

Conversation

@blindzero
Copy link
Copy Markdown
Owner

@blindzero blindzero commented Jan 10, 2026

Summary

Improved issue templates and PR template with simplified actions (not necessary anymore).

Changes

  • removed prefix in title of issues
  • added @blindzero as assignee
  • added new to labelsas
  • changed wording
  • added other.md
  • blocked non-template issues and added contact links

Closes #15

@blindzero blindzero self-assigned this Jan 10, 2026
Copilot AI review requested due to automatic review settings January 10, 2026 18:13
…-Dependabot' of https://github.com/blindzero/IdentityLifecycleEngine into issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e63072c8f2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/issue-auto-assign.yml
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 PR improves GitHub issue and PR templates by simplifying automated workflows and standardizing template configurations. The workflow that auto-assigns issues is effectively disabled since issue templates now handle assignment and labeling directly.

Changes:

  • Changed workflow trigger from automatic (on issue open) to manual dispatch
  • Reorganized PR template structure, moving "Changes" section after "Type of Change"
  • Updated issue template frontmatter to use multi-line YAML format and add direct assignment/labels

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/issue-auto-assign.yml Changed from automatic to manual trigger (workflow_dispatch)
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md Reordered sections and added "How to test & review" subsection
.github/ISSUE_TEMPLATE/feature_request.md Removed title prefix, added assignee and labels directly in template
.github/ISSUE_TEMPLATE/bug_report.md Removed title prefix, added assignee and labels directly in template

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

Comment thread .github/workflows/issue-auto-assign.yml Outdated
Comment thread .github/workflows/issue-auto-assign.yml
Comment thread .github/ISSUE_TEMPLATE/feature_request.md
Comment thread .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 10, 2026 18:32
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 6 out of 6 changed files in this pull request and generated 2 comments.

Comments suppressed due to low confidence (1)

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md:1

  • The PR template is in the wrong location. GitHub expects the pull request template to be at '.github/pull_request_template.md' (or '.github/PULL_REQUEST_TEMPLATE.md'), not '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md'. The template file should be moved to the correct location for GitHub to recognize it automatically.

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

Comment thread .github/ISSUE_TEMPLATE/feature_request.md Outdated
Comment thread .github/workflows/issue-auto-assign.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 10, 2026 18:36
@blindzero blindzero merged commit 8e8b895 into main Jan 10, 2026
9 checks passed
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 6 out of 6 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md:1

  • The PR template file is incorrectly located. GitHub expects PR templates to be at '.github/pull_request_template.md' (singular, no TEMPLATE folder) or '.github/PULL_REQUEST_TEMPLATE.md'. The current location '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md' (with both a folder and 'template' in the filename) is redundant and may not be recognized by GitHub. Move the file to '.github/pull_request_template.md' or '.github/PULL_REQUEST_TEMPLATE.md'.

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

>
> - Bug report: https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=bug_report.md
> - Feature request: https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=feature_request.md
---
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

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

There are two consecutive horizontal rules (---) on lines 11 and 16 without content between them, creating an empty blockquote section. This appears to be a formatting error. Remove one of the horizontal rules or add content between them.

Suggested change
---

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

None yet

Development

Successfully merging this pull request may close these issues.

Repo hygiene with issue and PR templates with Dependabot

2 participants