|
4 | 4 |
|
5 | 5 | ####**Did you find a bug?** |
6 | 6 |
|
7 | | -***Ensure the bug was not already reported** by searching on GitHub under[Project Issues](https://github.com/TheAlgorithms/Java/issues). |
| 7 | +-**Ensure the bug was not already reported** by searching on GitHub under[Project Issues](https://github.com/TheAlgorithms/Java/issues). |
8 | 8 |
|
9 | | -* 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 it will be evaluated by project maintainers. |
| 9 | +- 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 it will be evaluated by project maintainers. |
10 | 10 |
|
11 | | -* If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps: |
| 11 | +- If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps: |
12 | 12 |
|
13 | 13 | ####**Do you want to contribute to the documentation?** |
14 | 14 |
|
15 | | -* Please read the documentation in here[Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is approprite. |
| 15 | +- Please read the documentation in here[Contributing to the Documentation]() ,[open a new one issue](https://github.com/TheAlgorithms/Java/issues/new), make changes and then create a pull request, it will be put under review and accepted if it is approprite. |
16 | 16 |
|
17 | 17 | ####**Do you want to add a new feature?** |
18 | | -*[Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a**title and a clear description** and a**test case** demonstrating the new feature that you want to add to the project. |
| 18 | + |
| 19 | +-[Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a**title and a clear description** and a**test case** demonstrating the new feature that you want to add to the project. |
19 | 20 |
|
20 | 21 | ####**Do you want to fix a bug?** |
21 | | -*[Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a**title and a clear description** and a**test case** demonstrating the expected behaviour that is not occuring. |
| 22 | + |
| 23 | +-[Open a new one issue](https://github.com/TheAlgorithms/Java/issues/new).Be sure to include a**title and a clear description** and a**test case** demonstrating the expected behaviour that is not occuring. |
22 | 24 |
|
23 | 25 | ####**Do you have questions about the source code?** |
24 | 26 |
|
25 | | -* 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 one issue](https://github.com/TheAlgorithms/Java/issues/new) |
| 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 one issue](https://github.com/TheAlgorithms/Java/issues/new) |
26 | 28 |
|
27 | 29 | :+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: |