Contributions are always welcome!
Make sure you have followed me on GitHub and starred this repository. Although this is not mandatory, doing so really motivates me to keep making more awesome content.
By contributing to this project, you adhere to this project's code of conduct. They are as follows:-
- Your code must be properly formatted.
- The code you contribute you must be your own.
- Your code must be error and bug free.
- File structure must be proper. You must write the code for a particular language in that particular folder. For example, write Java code in the
Java
folder and Python code inPython
folder, etc. - Make sure you exclude the auto-generated files by adding them in
.gitignore
. - Do not spam.
Note: The maintainers of this repository may not accept your changes if they do not meet our standards.