Skip to content

Commit

Permalink
Pull request template (#30)
Browse files Browse the repository at this point in the history
* Create pull request template

* Fix build command in PR template

---------

Co-authored-by: Deepak Ramalingam <[email protected]>
  • Loading branch information
rdeepak2002 and Deepak Ramalingam committed Jul 24, 2024
1 parent ee8788a commit 3785587
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 @@
Pull Request type
----
- [ ] Bugfix
- [ ] Feature
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes (Please run `./gradlew build --write-locks` to refresh dependencies)
- [ ] Other (please describe):

**NOTE**: Please remember to run `./gradlew spotlessApply` to fix any format violations.

Changes in this PR
----

_Describe the new behavior from this PR, and why it's needed_

0 comments on commit 3785587

Please sign in to comment.