Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@ 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."
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ assignees:
- blindzero
---

Comment thread
blindzero marked this conversation as resolved.
---
> ⚠️ 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
---

Comment thread
blindzero marked this conversation as resolved.
# Description

Expand Down
49 changes: 49 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Summary

Provide a short summary of the changes.

## Motivation

Why is this change needed? What problem does it solve?

## Type of Change

Please select the relevant option:

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Refactoring / internal improvement

## Changes

-
-
-

## Testing

Describe how this change was tested.

- [ ] Unit tests
- [ ] Contract tests
- [ ] Manual testing

### How to test & review

If helpful, provide additional information on how to test.

## Checklist

- [ ] Code follows STYLEGUIDE.md
- [ ] Tests added or updated
- [ ] Documentation updated
- [ ] No UI/auth logic added to IdLE.Core
- [ ] No breaking changes without discussion

## Related Issues

Link related issues here (if any).

Closes #...