-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pull request template and improve go-checks workflow; e…
…nhance README with Block Storage details (#25) * chore: update pull request template and improve go-checks workflow; enhance README with Block Storage details * fix: correct backtick in gofmt issue comment in workflow
- Loading branch information
Showing
3 changed files
with
6 additions
and
15 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,23 +1,10 @@ | ||
## What does this PR do? | ||
<!-- Provide a clear and concise description of the changes --> | ||
<!--Example: This PR adds a new endpoint to the API that allows users to retrieve their order history. It includes the necessary changes to the controller, service, and repository layers, as well as updates to the API documentation. --> | ||
|
||
## How Has This Been Tested? | ||
<!-- Please describe the tests you ran to verify your changes and how you tested them. Include any relevant details and evidence. --> | ||
- **Unit Tests**: Describe the unit tests you have written and their outcomes. | ||
<!-- Example: Added unit tests for the new order history endpoint. All tests passed successfully. --> | ||
|
||
- **Integration Tests**: Detail the integration tests performed and their results. | ||
<!-- Example: Performed integration tests with the payment service to ensure end-to-end functionality. All tests passed. --> | ||
|
||
- **Manual Testing**: Explain the manual testing process, including steps taken and evidence such as screenshots or logs. | ||
<!-- Example: Manually tested the new endpoint using Postman. Verified that the correct order history is returned for different users. Attached screenshots of the Postman results. --> | ||
|
||
## Checklist | ||
- [ ] I have run Pre commit `pre-commit run --all-files` | ||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
|
||
## Screenshots/Videos | ||
<!-- If applicable, add screenshots or videos to help explain your changes --> |
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
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