You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,31 @@ NOTE: *We DO NOT add leetcode problems. They are just applications of basic prin
5
5
### Did you find a bug?
6
6
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
+
9
+
* 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.
10
+
* 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
11
11
12
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
13
13
14
14
15
15
16
### Do you want to contribute to the documentation?
16
-
-[Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes.
17
-
- Create a pull request.
18
-
- It will be put under review for approval.
19
-
- If approved, the requested changes will be merged to the repository.
17
+
18
+
*[Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes.
19
+
* Create a pull request.
20
+
* It will be put under review for approval.
21
+
* If approved, the requested changes will be merged to the repository.
20
22
21
23
### Do you want to add a new feature?
22
24
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.
25
+
*[Open a new issue](https://github.com/TheAlgorithms/Java/issues/new).
26
+
* Be sure to include a **title**, a clear **description** and a **test case** demonstrating the new feature you want to add to the project.
27
+
25
28
26
29
27
30
### Do you have questions about the source code?
28
31
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)
32
+
* Ask any question about how to use the repository in \[TheAlgorithms Discord server](https://discord.gg/c7MnfGFGa6) or [open a new issue](https://github.com/TheAlgorithms/Java/issues/new)
33
+
34
+
:+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:
30
35
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