diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c8958b07..023e2085 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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." diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 41589346..299323b4 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -8,12 +8,10 @@ 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..cf471dcc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 #...