8b191458aad714b01f38692ae0316bac0706ba55
.github/ISSUE_TEMPLATE/the--file-issues-on-bugzilla-sapsailing-com--proxy-template.md
| ... | ... | @@ -0,0 +1,10 @@ |
| 1 | +--- |
|
| 2 | +name: File Issues on bugzilla.sapsailing.com |
|
| 3 | +about: Please report bugs and issues on https://bugzilla.sapsailing.com instead |
|
| 4 | +title: 'Do not report issues here. Please to go https://bugzilla.sapsailing.com' |
|
| 5 | +labels: '' |
|
| 6 | +assignees: '' |
|
| 7 | + |
|
| 8 | +--- |
|
| 9 | + |
|
| 10 | +Dear user, as mentioned in our [README](https://github.com/SAP/sailing-analytics?tab=readme-ov-file#contributing) we have our issue tracker at [https://bugzilla.sapsailing.com](bugzilla.sapsailing.com). Please register there and file bugs, issues, or feature/enhancement requests there. Thank you. |
.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` |