mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-28 22:31:17 +02:00
@@ -1,32 +0,0 @@
|
||||
---
|
||||
name: Bug Fix
|
||||
about: Create a pull request for a bug fix or forgotten code documentaion
|
||||
title: ""
|
||||
labels: Bug Fix
|
||||
---
|
||||
<!-- PR_TYPE: Bug Fix -->
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Describe the bug, its cause, and the fix.
|
||||
-->
|
||||
|
||||
## Release notes
|
||||
|
||||
<!--
|
||||
Describe the user-visible change introduced by this PR.
|
||||
|
||||
If the release note is provided by another PR, link that PR here.
|
||||
|
||||
-->
|
||||
|
||||
## Checklist
|
||||
|
||||
<!--
|
||||
Please check the relevant items before requesting review.
|
||||
|
||||
- [ ] I have checked whether this is a Breaking API change.
|
||||
- [ ] I have provided a release note above or linked the PR containing it.
|
||||
- [ ] I have labeled the detectors affected by this PR.
|
||||
-->
|
||||
@@ -1,32 +0,0 @@
|
||||
---
|
||||
name: Feature
|
||||
about: Create a pull request for a new feature or change (minor or major) including compilation and dependency related features
|
||||
title: ""
|
||||
labels: Feature
|
||||
---
|
||||
<!-- PR_TYPE: Feature -->
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Describe what this PR changes and why.
|
||||
-->
|
||||
|
||||
## Release notes
|
||||
|
||||
<!--
|
||||
Describe the user-visible change introduced by this PR.
|
||||
|
||||
If the release note is provided by another PR, link that PR here.
|
||||
|
||||
-->
|
||||
|
||||
## Checklist
|
||||
|
||||
<!--
|
||||
Please check the relevant items before requesting review.
|
||||
|
||||
- [ ] I have checked whether this is a Breaking API change.
|
||||
- [ ] I have provided a release note above or linked the PR containing it.
|
||||
- [ ] I have labeled the detectors affected by this PR.
|
||||
-->
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
name: Infrastructure
|
||||
about: Create a pull request for infrastructure changes in workflow, internal process documentation, helper scripts
|
||||
title: ""
|
||||
labels: Infrastructure
|
||||
---
|
||||
<!-- PR_TYPE: Infrastructure -->
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Describe the infrastructure change and why it is needed.
|
||||
-->
|
||||
|
||||
## Equivalent PR
|
||||
|
||||
<!--
|
||||
Link any euqivalent PRs in a release candidate or developer branch.
|
||||
-->
|
||||
|
||||
|
||||
## Checklist
|
||||
|
||||
<!--
|
||||
Please check the relevant items before requesting review.
|
||||
|
||||
- [ ] I have linked any equivalent PRs in a release candidate or developer branch.
|
||||
-->
|
||||
@@ -0,0 +1,48 @@
|
||||
## PR type
|
||||
|
||||
**Select exactly one:**
|
||||
|
||||
- [ ] Feature
|
||||
- [ ] Bug Fix
|
||||
- [ ] Infrastructure
|
||||
|
||||
## Breaking API
|
||||
|
||||
- [ ] This is a Breaking API change (Feature or Bug Fix).
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Describe what this PR changes and why.
|
||||
-->
|
||||
|
||||
## Equivalent PRs
|
||||
|
||||
<!--
|
||||
Link any equivalent PRs in a release candidate or developer branch.
|
||||
eg. #1245
|
||||
-->
|
||||
|
||||
### Release notes
|
||||
|
||||
<!--
|
||||
For Feature and Bug Fix PRs:
|
||||
- Describe the user-visible change introduced by this PR.
|
||||
- If the release note is provided by another PR, link that PR under 'Equivalent PRs" above.
|
||||
|
||||
Infrastructure PRs:
|
||||
- Do not require release notes.
|
||||
-->
|
||||
|
||||
<!--
|
||||
### Checklist
|
||||
|
||||
Feature or Bug Fix PRs:
|
||||
- [ ] I have checked whether this is a Breaking API change.
|
||||
- [ ] I have provided a release note above or linked the PR containing it.
|
||||
- [ ] I have labeled the detectors affected by this PR.
|
||||
|
||||
|
||||
Infrastructure PRs:
|
||||
- [ ] I have linked any equivalent PRs in a release candidate or developer branch.
|
||||
-->
|
||||
Reference in New Issue
Block a user