Skip to content

Commit

Permalink
[Suggestion] - Some changes to PR template (#3667)
Browse files Browse the repository at this point in the history
* Update custom publishing resources

* Update PULL_REQUEST_TEMPLATE.md

* Reset settings.yml

* changes

* changes
  • Loading branch information
MariusStorhaug authored Sep 4, 2023
1 parent 40ba5e2 commit 8115aae
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
# Description

<!--
<details>
<summary>Issues that this PR fixes</summary>
Fixes #123
Fixes #456
</details>
-->

<!--
>Thank you for your contribution !
> Please include a summary of the change and which issue is fixed.
> Please also include the context.
> List any dependencies that are required for this change.
-->

## Pipeline references
> For module/pipeline changes, please create and attach the status badge of your successful run.
### Pipeline references
<!-- For module/pipeline changes, please create and attach the status badge of your successful run. -->

| Pipeline |
| - |
| |

# Type of Change
## Type of Change

Please delete options that are not relevant.
<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] Bugfix (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 not work as expected)
- [ ] Update to documentation

# Checklist
## Checklist

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] I'm sure there are no other open Pull Requests for the same update/change
- [ ] My corresponding pipelines / checks run clean and green without any errors or warnings
Expand Down

0 comments on commit 8115aae

Please sign in to comment.