Skip to content

Commit

Permalink
docs: adding PR Template for modelina (#1683)
Browse files Browse the repository at this point in the history
docs: Adding PR Template for modelina

Helpful for new contributors to consider being aware about lints and
tests before rasing the PR and would eventually help better in
maintaining the project.

Signed-off-by: Harshil Jani <[email protected]>
  • Loading branch information
Harshil-Jani authored Dec 22, 2023
1 parent 3e32d57 commit 1237a8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Description
<!-- Provide a brief description of the changes introduced by this pull request. -->

## Related Issue
<!-- If this pull request is related to any existing issue, mention it here. -->

## 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
<!-- Add any additional information or context that might be relevant to reviewers. -->

0 comments on commit 1237a8c

Please sign in to comment.