Thank you for your interest in contributing to Memories! We welcome contributions from the community to improve and enhance the project. Please take a moment to review this document for guidelines on how to contribute.
If you encounter a bug, please open an issue on the issue tracker and include a clear and detailed description of the problem, steps to reproduce, and any relevant information.
For feature requests or suggestions, you can open an issue on the issue tracker with a clear description of the proposed enhancement or new feature.
- Fork the repository to your GitHub account.
- Create a new branch for your contribution:
git checkout -b feature/your-featureorbugfix/your-bug-fix. - Test your changes thoroughly.
- Commit your changes:
git commit -m "Your descriptive commit message". - Push your changes to your fork:
git push origin feature/your-feature. - Open a pull request on the main repository with a clear title and description.
By contributing to this project, you agree that your contributions will be licensed under the LICENSE file.
Thank you for contributing to Memories!