Welcome to ProdExplora! We appreciate your interest in contributing to our project. Whether you're fixing a bug, proposing a new feature, or improving our documentation, your contributions are welcome.
To contribute, please follow the guidelines outlined below.
-
Fork the repository: Click on the "Fork" button at the top right corner of this repository to create your copy.
-
Clone your fork: Clone the repository to your local machine using
git clone https://github.com/your-username/ProdExplora.git
. -
Create a new branch: Create a new branch for your contribution using
git checkout -b feature/your-feature
for features orgit checkout -b bugfix/your-bugfix
for bug fixes. -
Make changes: Make your changes to the code or documentation.
-
Commit your changes: Commit your changes with a descriptive commit message using
git commit -m "Your message here"
. -
Push to your branch: Push your changes to your fork on GitHub with
git push origin feature/your-feature
. -
Submit a pull request: Open a pull request (PR) from your fork to the main repository. Provide a clear title and description for your changes.
We follow strategy called GitHub Flow. To understand in detail; refer to the blog
- Adhere to the coding style and guidelines used in the project.
- Write clear and concise code with meaningful comments when necessary.
- Test your changes thoroughly before submitting a pull request.
If you encounter any issues or have suggestions, please open an issue on the Issues page.
All contributions will be reviewed by project maintainers. Feedback and updates may be requested before your changes are merged.
Please follow our Code of Conduct in all interactions with the project.
Thank you for contributing to [ProdExplora]! Your efforts help make this project better for everyone.