mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 09:38:26 -05:00
Update .github/release_template.md Update .github/config.yml Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz> Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
55 lines
1.9 KiB
Markdown
55 lines
1.9 KiB
Markdown
<!--
|
|
Thanks for submitting a change to OpenCloud!
|
|
|
|
For fixing potential security issues please see https://opencloud.eu/security/
|
|
|
|
To make it possible for us to get your change reviewed and merged please carefully fill out the requested information below.
|
|
|
|
Please note that any kind of change needs first be submitted to the main branch which holds the next version of OpenCloud.
|
|
|
|
Please set the following labels:
|
|
|
|
- Set label "Status:Needs-Review" for review or "Status:In-Progress" if the PR still has open tasks.
|
|
- Assignment: assign to self
|
|
- Reviewers: pick at least one
|
|
-->
|
|
|
|
## Description
|
|
<!--- Describe your changes in detail -->
|
|
|
|
## Related Issue
|
|
<!--- This project only accepts pull requests related to open issues -->
|
|
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
|
|
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
|
|
<!--- Please link to the issue here: -->
|
|
- Fixes <issue_link>
|
|
|
|
## Motivation and Context
|
|
<!--- Why is this change required? What problem does it solve? -->
|
|
|
|
## How Has This Been Tested?
|
|
<!--- Please describe in detail how you tested your changes. -->
|
|
<!--- Include details of your testing environment, and the tests you ran to -->
|
|
<!--- see how your change affects other areas of the code, etc. -->
|
|
- test environment:
|
|
- test case 1:
|
|
- test case 2:
|
|
- ...
|
|
|
|
## Screenshots (if appropriate):
|
|
|
|
## Types of changes
|
|
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
|
- [ ] Technical debt
|
|
- [ ] Tests only (no source changes)
|
|
|
|
## Checklist:
|
|
<!-- Tick the checkboxes when done. -->
|
|
- [ ] Code changes
|
|
- [ ] Unit tests added
|
|
- [ ] Acceptance tests added
|
|
- [ ] Documentation added
|