From 32f1f599a8b45842055e842a637992e74b6f1d9b Mon Sep 17 00:00:00 2001 From: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:02:46 +0100 Subject: [PATCH] Chore: Update PR template --- .github/pull_request_template.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 54f3c412ec..c6059df760 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,32 @@ -**Please provide some details about this pull request:** -- +## Changes proposed in this pull request + - - -Fixes #{issue number} +## Related issue(s) + +- Fixes #{issue number} + +## Copilot generated summary + +Provide a Copilot generated summary of the changes in this pull request. + +
+Copilot summary + +{generated summary} + +
-**ToDo:** +## To-Do - [ ] Update [documentation](https://github.com/BornToBeRoot/NETworkManager/tree/main/docs/Documentation) to reflect this changes - [ ] Update [changelog](https://github.com/BornToBeRoot/NETworkManager/tree/main/docs/Changelog) to reflect this changes ---- +## Contributing **By submitting this pull request, I confirm the following:** - [ ] I have read and understood the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/BornToBeRoot/NETworkManager/blob/main/CODE_OF_CONDUCT.md). - [ ] I have have added my name, username or email to the [contributors](https://github.com/BornToBeRoot/NETworkManager/blob/main/Contributors.md) list or don't want to. -- [ ] The code or resource is compatible with the [GNU General Public License v3.0](https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE). \ No newline at end of file +- [ ] The code or resource is compatible with the [GNU General Public License v3.0](https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE).