Skip to content

Commit a988de9

Browse files
committed
correcting the layout of the documentaation
1 parent e499d3b commit a988de9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,29 @@
22

33
NOTE: *We DO NOT add leetcode problems. They are just applications of basic principles that can be found in other algorithms included in the repository.*
44

5-
### Did you find a bug?
65

6+
### Did you find a bug?
77
**Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues).
8-
- If it is mentioned in the issues and you want to fix it, [fork](https://github.com/TheAlgorithms/Java/fork) the repository and submit your implementation in a pull request. The project maintainers will evaluate it.
9-
- If the bug is **NOT** mentioned in the issues, [open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title**, a clear **description** and a **test case** demonstrating the expected behavior that is not occurring.
8+
- If it is mentioned in the issues and you want to fix it, [fork](https://github.com/TheAlgorithms/Java/fork) the repository and submit your implementation in a pull request. The project maintainers will evaluate it.
9+
- If the bug is **NOT** mentioned in the issues, [open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title**, a clear **description** and a **test case** demonstrating the expected behavior that is not occurring.
1010

1111
NOTE: *Please avoid opening issues asking to be "assigned" to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and project maintainers will evaluate it.*
1212

1313

14-
1514
### Do you want to contribute to the documentation?
1615
- [Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes.
1716
- Create a pull request.
1817
- It will be put under review for approval.
1918
- If approved, the requested changes will be merged to the repository.
2019

21-
### Do you want to add a new feature?
2220

23-
- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new).
24-
- Be sure to include a **title**, a clear **description** and a **test case** demonstrating the new feature you want to add to the project.
21+
### Do you want to add a new feature?
22+
- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new).
23+
- Be sure to include a **title**, a clear **description** and a **test case** demonstrating the new feature you want to add to the project.
2524

2625

27-
### Do you have questions about the source code?
26+
### Do you have any questions about the source code?
27+
- 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)
2828

29-
- 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)
3029

3130
:+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:

Java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e499d3b63e9cb3dc711ddd5d4a2fc3faba9b3d46

0 commit comments

Comments
 (0)