From a988de9a86a9f64d74905e0a7ea1ae115ac2331b Mon Sep 17 00:00:00 2001 From: Cassia Rose Kataria <114595031+cassia-crypto@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:22:02 +0000 Subject: [PATCH] correcting the layout of the documentaation --- CONTRIBUTING.md | 17 ++++++++--------- Java | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) create mode 160000 Java diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2f8dd9ffdea..aafd951f4e7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,30 +2,29 @@ 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.* -### Did you find a bug? +### Did you find a bug? **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues). - - 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. - - 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. + - 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. + - 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. 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.* - ### Do you want to contribute to the documentation? - [Fork](https://github.com/TheAlgorithms/Java/fork) the repository and make necessary changes. - Create a pull request. - It will be put under review for approval. - If approved, the requested changes will be merged to the repository. -### Do you want to add a new feature? -- [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 new feature you want to add to the project. +### Do you want to add a new feature? + - [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 new feature you want to add to the project. -### Do you have questions about the source code? +### Do you have any questions about the source code? + - 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) -- 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) :+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: \ No newline at end of file diff --git a/Java b/Java new file mode 160000 index 000000000000..e499d3b63e9c --- /dev/null +++ b/Java @@ -0,0 +1 @@ +Subproject commit e499d3b63e9cb3dc711ddd5d4a2fc3faba9b3d46