First off, thanks for taking the time to contribute! ❤️
All types of contributions are encouraged and valued. See the issues
tab or navigate to README.md
to contribute on a specific feature. The community looks forward to your contributions. 🎉
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about (optional) :
- Star the project
- Tweet about it
- Mention the project to your friends/colleagues
You need the following things installed on your computer to contribute in this project
- C Language
Step # 01: Fork this repository to your GitHub Account.
Step # 02: Clone the forked repository to your local machine
git clone http-link
Step # 03: Navigate to the project directory.
cd Directory
Step # 04: Take a look at features and choose one that sparks your interest. Step # 05: Create a separate branch & make your changes in your project, whether it's code or design.
git branch -M your-name
Step # 06: Commit your changes with a clear and descriptive commit message.
git add -A
git commit -m "Your clear message"
Step # 07: Push your changes to your forked repository.
git push -u origin your-name
Step # 08: Submit a Pull Request to have your contributions reviewed and potentially merged into the main repository.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
Hactoberfest2024
Follow these steps to get started with your contributions:
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your contributions, whether it's updating content, improving design, or fixing issues.
- Commit and push your changes to your forked repository.
- Create a pull request to submit your contributions.
Please review our Contribution Guidelines before making any contributions. These guidelines provide important information about updating the website, coding standards, pull request requirements, and more.
This project is licensed
under the MIT License - see the LICENSE file for details.