diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..cab14c8a62 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + + +## Related Issue + + +## Checklist +- [ ] The code follows the project's coding standards and is properly linted (`npm run lint`). +- [ ] Tests have been added or updated to cover the changes. +- [ ] Documentation has been updated to reflect the changes. +- [ ] All tests pass successfully locally.(`npm run test`). + +## Additional Notes +