JavaAlgorithms/CONTRIBUTING.md
MohamedBechir c76c4ddda7
Update CONTRIBUTING.md file
I tried to update the CONTRIBUTING.md file in order to simplify as much as possible the process for the developers which will encourage them to join the project and hence enlarge our community.
Thank you for putting it under review, if there are any changes feel free to ask me to do it.
2020-05-24 23:00:46 +01:00

1.7 KiB

👍🎉 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.

  • 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! 👍🎉