- Contributing Guidelines
- Getting Started
- Submission Template
- Submitting Your Contribution
- Code of Conduct
- Reporting Issues
- Fork the project on GitHub to your own repository.
- Clone your forked repository to your local machine:
git clone <https://github.com/your-username/your-repo.git>
- Create a new branch for your contribution:
git checkout -b branchName/your-idea
Kindly utilize this template as a reference for the submission of your idea.
- Commit your changes and push them to your forked repository:
git commit -m "Add your idea"
- Create a pull request (PR) from a branch that's not the
main
branch in your main repo." - In the PR description, provide a comprehensive overview of your contribution using the filled-out Idea Template and reference the issue you are addressing (if applicable).
- Our team will review your contribution, provide feedback if necessary, and merge it into the main project if it aligns with our goals and standards.
- Please be respectful and considerate of others' ideas and contributions.
- Avoid offensive language or behavior.
- Respect differing opinions and perspectives.
- Encourage a welcoming and inclusive environment for all contributors.
- Collaborate and communicate openly with fellow contributors.
- Help newcomers and answer questions to the best of your ability.
If you encounter any issues with the repository or have suggestions for improvements, please open an issue on GitHub.
By contributing to this project, you agree to abide by these guidelines and the project's code of conduct.
Thank you for being a part of our open-source community!