|
1 | 1 | ## How to contribute?
|
2 | 2 |
|
3 |
| -#### **Did you find a bug?** |
| 3 | +### Did you find a bug? |
4 | 4 |
|
5 |
| -- **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues). |
| 5 | +**Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues). |
| 6 | + - 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. |
| 7 | + - 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. |
6 | 8 |
|
7 |
| -- 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. |
| 9 | +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.* |
8 | 10 |
|
9 |
| -- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps: |
10 | 11 |
|
11 |
| -#### **Do you want to contribute to the documentation?** |
12 | 12 |
|
13 |
| -- Please read the documentation here [Contributing to the Documentation](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md), [open a new 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 appropriate. |
| 13 | +### Do you want to contribute to the documentation? |
| 14 | + - [Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes. |
| 15 | + - Create a pull request. |
| 16 | + - It will be put under review for approval. |
| 17 | + - If approved, the requested changes will be merged to the repository. |
14 | 18 |
|
15 |
| -#### **Do you want to add a new feature?** |
| 19 | +### Do you want to add a new feature? |
16 | 20 |
|
17 |
| -- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title, clear description** and **test case** demonstrating the new feature you want to add to the project. |
| 21 | +- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). |
| 22 | +- Be sure to include a **title**, a clear **description** and a **test case** demonstrating the new feature you want to add to the project. |
18 | 23 |
|
19 |
| -#### **Do you want to fix a bug?** |
20 | 24 |
|
21 |
| -- [Open a new 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 behavior that is not occurring. |
22 |
| - |
23 |
| -#### **Do you have questions about the source code?** |
| 25 | +### Do you have questions about the source code? |
24 | 26 |
|
25 | 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)
|
26 | 28 |
|
|
0 commit comments