Skip to content
Permalink
master
Go to file
@deadshotsb
Latest commit 8b6415f May 25, 2020 History
Added some issue related to assignment of any particular algorithm
3 contributors

Users who have contributed to this file

27 lines (15 sloc) 1.9 KB

πŸ‘πŸŽ‰ Before guiding you through the contribution process TheAlgorithms/Java thank you for being one of us! πŸ‘πŸŽ‰

How to contribute?

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Project Issues.

  • 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 it will be evaluated by project maintainers.

  • If you are unable to find an open issue refering to the same problem, depending on the type of issue follow the appropriate steps:

Do you want to contribute to the documentation?

Do you want to add a new feature?

  • Open a new one issue. Be sure to include a title and a clear description and a test case demonstrating the new feature that you want to add to the project.

Do you want to fix a bug?

  • Open a new one issue.Be sure to include a title and a clear description and a test case demonstrating the expected behaviour that is not occuring.

Do you have questions about the source code?

πŸ‘πŸŽ‰ That's all you need to know about the process now it's your turn to help us improve the repository, thank you again! πŸ‘πŸŽ‰

You can’t perform that action at this time.