From c6d728ab762a60fc938d70e6fe3352b66b6cfba8 Mon Sep 17 00:00:00 2001 From: Julia Pampus Date: Thu, 27 Feb 2025 09:06:06 +0100 Subject: [PATCH] feat: add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5f4e876 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## What this PR changes/adds + +_Briefly describe WHAT your PR changes, which features it adds/modifies._ + +## Why it does that + +_Briefly state why the change was necessary._ + +## Further notes + +_List other areas of the documents that have changed but are not necessarily linked to the main feature. This could be editorial changes or mistakes in example files that were encountered and were fixed inline, etc._ + +## Linked Issue(s) + +Closes # <-- _insert issue number if one exists_ + +_Please be sure to take a look at the [contributing guidelines](https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol/blob/main/CONTRIBUTING.md) and our [etiquette for pull requests](https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol/blob/main/PR_ETIQUETTE.md)._ \ No newline at end of file