Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
docs: update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jun 28, 2022
1 parent 6cc399b commit 283bb97
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _(Any change needs to be discussed before proceeding. Failure to do so may resul
<!-- Please provide enough information so that others can review your pull request. -->
<!-- For more information, see the CONTRIBUTING.md guide. -->

_Explains the information and/ motivation for making this changes..._
_Explains the information and/or motivation for making this changes..._


### Proposed of changes
Expand Down Expand Up @@ -38,8 +38,10 @@ Fixes #
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] My code follows the code style of this project.
- [ ] I have followed the guidelines in our [CONTRIBUTING.md](/.github/CONTRIBUTING.md) document.
- [ ] My changes is cross-platform compatible (run `make build-all`).
- [ ] My changes successfully ran and pass linters locally (run `make lint`).
<!-- - [ ] I have written new tests for my changes.
- [ ] My changes successfully ran and pass tests locally. -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have followed the guidelines in our [CONTRIBUTING.md](https://github.com/kitabisa/teler/blob/development/.github/CONTRIBUTING.md) document.
- [ ] I have written new tests for my changes.
- [ ] My changes successfully ran and pass tests locally.
- [ ] I have updated the documentation accordingly.

0 comments on commit 283bb97

Please sign in to comment.