mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
23 lines
947 B
Markdown
23 lines
947 B
Markdown
<!--
|
|
Thanks for opening a PR! Your contribution is much appreciated.
|
|
To make sure your PR is handled as smoothly as possible, please:
|
|
- Make the Pull Request to the "develop" branch.
|
|
- Link an issue via "Closes #ISSUE_NUMBER".
|
|
- Describe your changes and their implications. If the changes cause breaking changes in Lowdefy configuration, please state this.
|
|
- Please allow edits from maintainers on your pull request. You can read more here:
|
|
- https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork
|
|
- Follow the checklist and complete everything that is applicable.
|
|
-->
|
|
|
|
Closes #ISSUE_NUMBER
|
|
|
|
### What are the changes and their implications?
|
|
|
|
## Checklist
|
|
|
|
- [ ] Pull request is made to the "develop" branch
|
|
- [ ] Tests added
|
|
- [ ] Documentation added/updated
|
|
- [ ] Code has been formatted with Prettier
|
|
- [ ] Edits from maintainers are allowed
|