Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.58 KB

File metadata and controls

36 lines (23 loc) · 1.58 KB

Contributing to Memories

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.

Table of Contents

How to Contribute

Reporting Bugs

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.

Suggesting Enhancements

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.

Code Contribution

  1. Fork the repository to your GitHub account.
  2. Create a new branch for your contribution: git checkout -b feature/your-feature or bugfix/your-bug-fix.
  3. Test your changes thoroughly.
  4. Commit your changes: git commit -m "Your descriptive commit message".
  5. Push your changes to your fork: git push origin feature/your-feature.
  6. Open a pull request on the main repository with a clear title and description.

License

By contributing to this project, you agree that your contributions will be licensed under the LICENSE file.

Thank you for contributing to Memories!