Thank you for considering contributing to Inception! We welcome all contributions, whether they are bug fixes, new features, or documentation improvements.
- Navigate to the Inception GitHub repository.
- Click on the "Fork" button in the upper right corner.
Clone your forked repository to your local machine:
git clone https://github.com/your-username/inception.git
cd inception
Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
Make your changes in the codebase. Ensure your code follows the project's coding standards and passes all tests.
Commit your changes with a meaningful commit message:
git add .
git commit -m "Description of the feature or bug fix"
Push your changes to your forked repository:
git push origin feature-or-bugfix-name
- Navigate to the original repository.
- Click on the "New Pull Request" button.
- Select your branch from the "compare" drop-down menu.
- Provide a clear description of your changes and submit the pull request.
Please adhere to our Code of Conduct in all your interactions with the project.
If you find any issues, please report them here.
Thank you for your contributions! Your help is greatly appreciated.