|
2 | 2 |
|
3 | 3 | 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.*
|
4 | 4 |
|
5 |
| -### Did you find a bug? |
6 | 5 |
|
| 6 | +### Did you find a bug? |
7 | 7 | **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. |
10 | 10 |
|
11 | 11 | 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.*
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 | ### Do you want to contribute to the documentation?
|
16 | 15 | - [Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes.
|
17 | 16 | - Create a pull request.
|
18 | 17 | - It will be put under review for approval.
|
19 | 18 | - If approved, the requested changes will be merged to the repository.
|
20 | 19 |
|
21 |
| -### Do you want to add a new feature? |
22 | 20 |
|
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. |
25 | 24 |
|
26 | 25 |
|
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) |
28 | 28 |
|
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) |
30 | 29 |
|
31 | 30 | :+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