Skip to content

Commit 3f12198

Browse files
committed
Merge branch 'patch-1' into 'master'
Improve `How to Contribute` in README.md See merge request asm/asm!432
2 parents d4c2464 + d9813a9 commit 3f12198

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ with [googleJavaFormat](https://github.com/google/google-java-format),
4848
[Checkstyle](https://checkstyle.sourceforge.io)
4949
and [PMD](https://pmd.github.io).
5050

51+
To fix code formatting errors, you can run the reformat task:
52+
53+
```shell
54+
./gradle/gradlew spotlessApply
55+
```
56+
57+
For more details, see the [Developer Guide](https://asm.ow2.io/developer-guide.html)
58+
5159
## Reporting Issues
5260

5361
If you encounter any issues with the ASM project, please create a new issue

0 commit comments

Comments
 (0)