Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

50 lines (31 loc) · 1.37 KB

Contributing to Memoria

Thank you for considering contributing to Memoria! Please review the guidelines below to ensure a smooth collaboration process.


Important Links

  1. Rules for MergeFest: View MergeFest Rules
  2. Contribution Guidelines: How to Contribute

Contribution Guidelines

1. Code Style

  • Follow standard Go conventions.
  • Use gofmt to format your code.
  • Write descriptive function and variable names.
  • Add comments for exported functions.
  • Run go vet before submitting your code.

2. Readable Commits

  • Write clear and descriptive commit messages.
  • Ensure each commit is atomic (one feature/fix per commit).
  • Reference issue numbers in commit messages (if applicable).

3. Testing

  • Make sure your changes don’t break existing functionality.

4. Proof of Work

  • Attach a video showcasing the feature you implemented.

Looking for Guidance?

  • Read our Guide to Go.
  • Check existing implementations for reference.
  • Join our Discord Server: MergeFest Discord.
    • Visit the #go channel.
    • Ping 2Y for assistance.

Thank you for contributing to Memoria! 🚀