Skip to content

Commit a4a7d3d

Browse files
committed
docs: update CONTRIBUTING.md to reference Discord instead of Gitter
Fixes #7105
1 parent f693c44 commit a4a7d3d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,31 @@ NOTE: *We DO NOT add leetcode problems. They are just applications of basic prin
55
### Did you find a bug?
66

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+
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.
1011

1112
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.*
1213

1314

1415

1516
### 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.
2022

2123
### Do you want to add a new feature?
2224

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+
2528

2629

2730
### Do you have questions about the source code?
2831

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:
3035

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

Comments
 (0)