Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
This is a template for pull requests. Please fill out the relevant sections below
and remove all template comments before submitting.
-->

<!--
The PR title should comply with conventional commits: <type>(optional <scope>): <description>

Please also ensure all commits in this PR comply with our conventional commits
specification: https://www.conventionalcommits.org/en/v1.0.0/
-->

<!-- Why this change is needed and what it does. -->

Assisted-By: <AI model used, if applicable, otherwise remove this line>

<!-- If this change is a bug fix, choose one of the following, delete the others: -->
Partial-bug: [#](https://bugs.launchpad.net/snap-openstack/+bug/)
Related-bug: [#](https://bugs.launchpad.net/snap-openstack/+bug/)
Closes-bug: [#](https://bugs.launchpad.net/snap-openstack/+bug/)

## QA steps

<!--

Describe how a reviewer can test this change.

-->

## Links

<!-- Link to all relevant specification, documentation, bug, issue or JIRA card. -->

<!-- Place JIRA number in both places below. -->
**Jira card:** [OPEN-](https://warthogs.atlassian.net/browse/OPEN-)
Loading