Skip to content

Commit

Permalink
Updates build instructions in PULL_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Nov 5, 2024
1 parent eb48ad7 commit 47866ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Before you continue, please consider the following:

# NOTE

- Please run `mvn spotless:apply` to format the code before opening a PR. Otherwise, GitHub Actions will complain at you 😉. Unfortunately, you will need to have Node installed to do so.
- Please run `mvn prettier:write` to format the code before opening a PR. Otherwise, GitHub Actions will complain at you 😉. Unfortunately, you will need to have Node installed to do so.
- Mutation tests will be run by [PITest](https://pitest.org/) after opening the PR. It will post comments in the PR for each issue found. Please take a look at them, but if the comments don't make sense, please don't worry about them.

0 comments on commit 47866ab

Please sign in to comment.