Thank you for your interest in contributing to merox-erudite! This document provides guidelines and instructions for contributing.
This theme was developed using Cursor (an AI-powered code editor). The maintainer is not a professional programmer but a System Administrator who created this theme to share with the community.
If you find a bug, please open an issue with:
- A clear description of the bug
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, Node version, etc.)
Feature suggestions are welcome! Please open an issue with:
- A clear description of the feature
- Use case and motivation
- Any implementation ideas (optional)
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test thoroughly
- Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow existing code style
- Use TypeScript for type safety
- Add comments for complex logic
- Update documentation if needed
Feel free to open an issue for questions or reach out via email.
Thank you for contributing! 🎉