Thank you for considering contributing to Memoria! Please review the guidelines below to ensure a smooth collaboration process.
- Rules for MergeFest: View MergeFest Rules
- Contribution Guidelines: How to Contribute
- 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.
- Write clear and descriptive commit messages.
- Ensure each commit is atomic (one feature/fix per commit).
- Reference issue numbers in commit messages (if applicable).
- Make sure your changes don’t break existing functionality.
- Attach a video showcasing the feature you implemented.
- 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! 🚀