We appreciate contributions to Notevo! Follow these steps to contribute:
-
Fork the Repository
- Click the 'Fork' button at the top right of the repository page on GitHub.
-
Clone Your Fork
git clone https://github.com/notevome/Notevo.git cd Notevo -
Create a New Branch
git checkout -b feature-name
-
Make Changes
- Implement your feature or fix the bug.
- Commit your changes with a descriptive message.
git commit -m "Add feature XYZ" -
Push Your Branch
git push origin feature-name
-
Submit a Pull Request
- Go to the original repository on GitHub.
- Click 'New Pull Request' and select your branch.
- Provide a clear description of your changes.
- Submit the pull request for review.
We will review your PR and provide feedback as needed. Thanks for contributing! 🚀