20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
### Description
|
|
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
|
|
|
|
### 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: -->
|
|
|
|
## Type of change
|
|
<!--- Is this a bug fix, adding a feature... -->
|
|
|
|
### Pull Request checklist
|
|
<!-- Before submitting the PR, please address each item. Use [x] to check the boxes -->
|
|
- [ ] The commit message uses the [conventional commiting method][conv-commits].
|
|
- [ ] Made sure that your PR is not duplicate
|
|
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not (for bug fixes/features). Your PR should pass all CI checks in our Gtihub Actions [Workflow](https://github.com/Pool-Of-Tears/GreenStash/actions)
|
|
- [ ] **Screenshots**: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (*optional*)
|
|
|
|
[conv-commits]:https://kapeli.com/cheat_sheets/Conventional_Commits.docset/Contents/Resources/Documents/index |