generated from boozt-platform/quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
- **Description**: <!-- Briefly describe the changes made in this pull request. --> | ||
- **Current Behavior**: <!-- Describe the current behavior, or link to an open issue if applicable. --> | ||
- **New Behavior**: <!-- Describe the new behavior introduced by this PR, especially if it's a feature change. --> | ||
- **Breaking Changes**: <!-- Does this PR introduce any breaking changes? If so, provide guidelines to support backward compatibility and inform users how to resolve potential issues. --> | ||
- **Type of Change**: <!-- What kind of change does this PR introduce? (Bug fix, feature, docs update, etc.) --> | ||
<!-- markdownlint-disable --> | ||
|
||
<!-- | ||
Closes # (issue) | ||
|
||
- Please review the CONTRIBUTING file for guidelines on contributing to this project. | ||
- Ensure that your commit messages follow the conventional commits guidelines. | ||
- Double-check if any documentation needs to be updated within your changes. | ||
- Have tests been added to cover the changes made? | ||
<!-- Link to an issue(s) this PR fixes --> | ||
|
||
### Additional Information | ||
#### Summary | ||
|
||
Please provide any additional information or context that may be relevant to this pull request. | ||
<!-- Brief description of what was done --> | ||
|
||
Thank you for your contribution to our project! | ||
--> | ||
#### Checklist | ||
|
||
- [ ] Check locally | ||
- [ ] Add tests | ||
- [ ] Add documentation | ||
|
||
<!-- markdownlint restore --> |