We appreciate your interest in contributing to Logo Master! By contributing, you can help improve this project and make it better for everyone.
-
Fork the repository:
Click the "Fork" button at the top right corner of the repository page to create a copy of the repository under your GitHub account.
-
Clone your fork:
git clone https://github.com/TejasNasre/Logo-Master.git cd Logo-Master
-
Create a new branch:
git checkout -b new-feature
-
Make your changes:
Make the necessary changes to the files in the project.
-
Commit your changes:
git add . git commit -m "Add your commit message here"
-
Push your changes:
git push origin new-feature
-
Submit a pull request:
Go to the original repository and click on the "New pull request" button. Fill in the details of your pull request and submit it.
If you find a bug or have a feature request, please create an issue:
- Go to the Issues tab:
- Click on the "Issues" tab on the GitHub repository page.
- Click "New Issue:
- Click the "New Issue" button to create a new issue.
- Provide a clear and descriptive title:
- Summarize the issue or feature request in a few words.
- Provide detailed information:
- Describe the issue or feature request in detail. Include steps to reproduce the issue if applicable.
- Ensure your code follows the existing code style and conventions.
- Write clear and descriptive commit messages.
- Update documentation if necessary.
- Be respectful and considerate in your interactions with others.