Thank you for considering contributing to Engineering in Kannada! We’re thrilled to have you here and can’t wait to see the amazing things we can build together. This project aims to accelerate the creation of Engineering in Kannada's official website. Let’s dive in! 🚀
Ready to jump in? Just follow these steps:
-
Fork the Repository 🍴
Click the "Fork" button at the top of this page to fork the repository to your GitHub account. -
Clone Your Fork 🖥️
Clone the forked repository to your local machine using:git clone https://github.com/your_github_username/engineering-in-kannada.git
-
Create a Branch (Mandatory) 🌿
Always create a new branch for your changes. Don’t work directly on themainbranch. Create a branch using:git checkout -b feature/your-feature-name
Here are some key areas where your contributions can make an impact:
-
Make Your Changes 💻
Implement your changes in the new branch. Ensure your code follows our coding standards and is well-documented. -
Commit and Push 🚢
Commit your changes with a clear and meaningful message:git commit -m "Describe your changes"Then push them to your forked repository:
git push origin feature/your-feature-name
-
Create a Pull Request 🔄
Go to the original repository on GitHub and open a pull request from your branch. Please include a detailed description of your changes and why they should be merged.
Please note that this project adheres to a Code of Conduct. By participating, you agree to uphold this standard. If you witness or experience any unacceptable behavior, report it to the maintainers.
Have questions? Feel free to open an issue or reach out to the project maintainers.
Thank you for helping improve Engineering in Kannada — we’re excited to see what you create!
Happy coding! ✨