This project is perfect for your first Pull Request
🗣 Hacktoberfest give a chance to participated in the open source community, which grows every year. Complete the challenge and earn Swags
📢Register herefor Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.
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.
Contribution Guidelines:
By contributing to this project, you adhere to this project's code of conduct. They are as follows:
- You have to write all the Basis Interview Program
- Your code must be properly formatted. *The code you contribute must be your own.
- Your code must be error- and bug-free. *The file structure must be proper. You must write the code for a particular language in that particular folder. For example, write Cpp code in the C++ folder and java code in the java folder, etc.
- Make sure you have the comment in code.
- Make sure you exclude the auto-generated files by adding them in .gitignore.
- Your code supports all the web browsers.
- Do not spam.
- Fork this Repository using the button at the top on right corner.
- Clone your forked repository to your pc ( git clone "url from clone option".)
- Open the folder in the code editor of your choice and make the changes.
- Stage the changes git add .
- Commit the changes git commit -m "Your commit message here”