.github/PULL_REQUEST_TEMPLATE.md
... ...
@@ -0,0 +1,14 @@
1
+# Issue Addressed by this PR
2
+[Bug XXXX](https://bugzilla.sapsailing.com/bugzilla/show_bug.cgi?id=XXXX)
3
+
4
+## Description
5
+
6
+_FILL IN DETAILS HERE_
7
+
8
+## Checklist for Pull Requests
9
+
10
+- [ ] Supplied as many details as possible on this change
11
+- [ ] Included the link to the associated Bugzilla issue in the Issue section above
12
+- [ ] New code has been formatted using the [code formatter](https://github.com/SAP/sailing-analytics/blob/main/java/CodeFormatter.xml)
13
+- [ ] The code has **unit tests** where applicable and is easily unit-testable
14
+- [ ] This branch is appropriately named for the associated issue, usually `bugXXXX`