-
Notifications
You must be signed in to change notification settings - Fork 0
chore: improve templates and remove action for issue #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
blindzero
merged 11 commits into
main
from
issues/15-Repo-hygiene-with-issue-and-PR-templates-with-Dependabot
Jan 10, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
daba362
chore: improved templates
blindzero 8bbb39f
chore: improved templates
blindzero 954180c
Merge branch 'issues/15-Repo-hygiene-with-issue-and-PR-templates-with…
blindzero d1e7484
chore: fix PR template location
blindzero e63072c
chore: fixed assignment of assignee and labels in issue templates
blindzero bcfc87c
6f41e32
Merge branch 'issues/15-Repo-hygiene-with-issue-and-PR-templates-with…
blindzero 53ae501
fix yml linting
blindzero 45ea497
re-adding empty title as review result
blindzero c12b07e
Merge branch 'issues/15-Repo-hygiene-with-issue-and-PR-templates-with…
blindzero 8c5f139
fix typo
blindzero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: "IdLE Documentation" | ||
| url: "https://blindzero.github.io/IdentityLifecycleEngine/" | ||
| about: "Read the official Identity Lifecycle Engine documentation." | ||
| - name: "Report a bug" | ||
| url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=bug_report.md" | ||
| about: "Create a bug report for Identity Lifecycle Engine." | ||
| - name: "Report a feature request" | ||
| url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=feature_request.md" | ||
| about: "Create a feature request for Identity Lifecycle Engine." | ||
| - name: "Any other issue" | ||
| url: "https://github.com/blindzero/IdentityLifecycleEngine/issues/new?template=other.md" | ||
| about: "Create an issue for anything else regarding Identity Lifecycle Engine." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| name: "General / Other" | ||
| about: "For issues that don't fit 'Bug report' or 'Feature request'." | ||
| title: "" | ||
| labels: | ||
| - new | ||
| assignees: | ||
| - blindzero | ||
| --- | ||
|
|
||
| --- | ||
| > ⚠️ Note — Please use the dedicated templates | ||
| > | ||
| > - 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 | ||
| --- | ||
|
|
||
| # Description | ||
|
|
||
| Provide a brief, concise summary of your request. | ||
|
|
||
| ## Attachments | ||
|
|
||
| - Attach logs, screenshots, or relevant files. | ||
|
|
||
| ## Additional notes | ||
|
|
||
| Anything else you want to tell... | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.