Thank you for your interest in contributing to the Vedic Sadhana project! We welcome all contributions, whether you're fixing bugs, adding new features, improving documentation, or suggesting ideas. Your input helps make Vedic Sadhana better for everyone.
Start the Contributing Journey with Staring the Repository Main repository first, which shows your interest in this Project, which also help us to increase our network.
Start by forking the repository to your GitHub account. This will create your own copy of the project where you can make changes.
Clone the forked repository to your local machine using the following command:
Use HTTP Method for Cloning
git clone https://github.com/your-username/vedic-sadhana.git
Create a new branch for your work to keep your changes organized. Use a descriptive name for your branch:
git checkout -b feature/your-feature-name
Make the necessary changes to the codebase or documentation. Be sure to follow the project's coding standards and best practices.
After making your changes, commit them to your branch with a clear and concise commit message:
git add .
git commit -m "Brief description of your changes"
Push your changes to your forked repository:
git push origin feature/your-feature-name
Submit a pull request (PR) from your branch to the main branch of the original repository. In your PR description, explain what changes you made and why. Make sure to reference any related issues and make sure to give Image Refernce for the change in your PR description.
Your pull request will be reviewed by the Project Maintainer. They may ask for changes or provide feedback in term of PR review. Please be responsive and address any comments to get your PR merged.
Please follow our Code of Conduct in all your interactions with the project.
If you have any questions or need further guidance, feel free to open an issue or reach out to the maintainers.
- Code Style: Follow the existing code style and structure. Consistent and clean code is easier to review and maintain.
- Testing: Ensure that any new code is tested thoroughly. If possible, add unit tests for new features.
- Documentation: Update documentation to reflect any changes made, including updating README.md if necessary.
- Commit Messages: Write clear and concise commit messages. Use the imperative mood ("Add feature X").
Thank you for contributing to Vedic Sadhana and helping make it a better project! If any problem so also refer ReadMe