Skip to content

Commit d9813a9

Browse files
Karlatempebruneton
authored andcommitted
Improve How to Contribute in README.md
1 parent d4c2464 commit d9813a9

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)