adding formatting steps in pull request template (#4606)

* adding formatting steps in contribution.md

* adding format to pull request template

* made format instruction shorter

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
This commit is contained in:
Arin
2023-10-09 00:36:13 +05:30
committed by GitHub
parent 8200a791a2
commit facc62a81a
2 changed files with 2 additions and 1 deletions

View File

@@ -13,3 +13,4 @@ In order to reduce the number of notifications sent to the maintainers, please:
- [ ] All filenames are in PascalCase.
- [ ] All functions and variable names follow Java naming conventions.
- [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [ ] All new code is formatted with `clang-format -i --style=file path/to/your/file.java`