Welcome to the One-For-All API project! We appreciate your interest in contributing. Please take a moment to review the following guidelines.
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/alwin2134/One-For-All-API.git
. - Create a new branch for your contribution:
git checkout -b feature/your-feature
. - Make your changes and commit them with descriptive messages:
git commit -am 'Add new feature'
. - Push your changes to your fork:
git push origin feature/your-feature
. - Create a pull request (PR) from your fork's branch to the
main
branch of the main repository.
- Follow the existing code style and conventions.
- Write clear, concise, and meaningful commit messages.
- Ensure your code changes do not break existing functionality.
- Write tests for new features or bug fixes.
- If you encounter any bugs or issues, please open an issue on GitHub with a clear description.
- Include steps to reproduce the issue and any relevant information.
- You can also open an issue to suggest new features or improvements.
- Provide detailed information about the feature and why it would be beneficial.
- Ensure your PR addresses a specific issue or feature request.
- Include a clear description of your changes in the PR description.
- Keep PRs small and focused on a single change or set of related changes.
- Be responsive to any feedback or comments on your PR.
Please review and adhere to the Code of Conduct in all interactions related to this project.
If you have any questions or need further clarification, feel free to reach out to us through GitHub issues or contact the maintainers directly.
Thank you for contributing to the One-For-All API project! We appreciate your support and collaboration.