First off, thank you for considering contributing to Trizy! 🎉 Your help is greatly appreciated and will help improve the project for everyone.
If you find a bug in the Trizy application, please open an issue describing the problem in detail. Make sure to include:
- A clear and descriptive title.
- A description of the steps to reproduce the issue.
- What you expected to happen.
- What actually happened.
- Screenshots or logs, if applicable.
Have an idea to improve Trizy? Open an issue and describe your suggestion in detail. Please include:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Any relevant examples or use cases.
Unsure where to start? You can help out by looking through the issues labeled "good first issue".
-
Fork the Repository
Click the "Fork" button at the top right of the repository page to create your own fork of the project. -
Clone Your Fork
git clone https://github.com/your-username/TrizyApp.git`
-
Create a Branch
git checkout -b feature/your-feature-name
-
Make Changes Implement your changes. Ensure that your code follows the project’s coding style and guidelines.
-
Commit Your Changes
git commit -m "Add feature X to improve Y"
-
Push to Your Fork
git push origin feature/your-feature-name
-
Open a Pull Request Go to the original repository and click the “Compare & pull request” button. Provide a clear description of your changes and reference any related issues.