Skip to content

Commit facc62a

Browse files
asapekiavil02
andauthored
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 <[email protected]>
1 parent 8200a79 commit facc62a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/pull_request_template.md

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

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ NOTE: *Please avoid opening issues asking to be "assigned" to a particular algor
2828

2929
- Ask any question about how to use the repository in the [TheAlgorithms room in GITTER](https://gitter.im/TheAlgorithms/community?source=orgpage#) or [open a new issue](https://github.com/TheAlgorithms/Java/issues/new)
3030

31-
:+1::tada: That's all you need to know about the process now it's your turn to help us improve the repository, thank you again! :+1::tada:
31+
:+1::tada: That's all you need to know about the process now it's your turn to help us improve the repository, thank you again! :+1::tada:

0 commit comments

Comments
 (0)