Thank you for considering contributing to MetaForge! Here’s how you can help:
- Check if the issue already exists in the Issues.
- If not, open a new issue with:
- Clear title
- Detailed description
- Steps to reproduce
- Environment details (OS, platform, etc.)
Suggest new features or improvements by creating a feature request issue.
- Fork the repository.
- Clone your fork:
git clone https://github.com/<your_username>/metaforge.git
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature-name"
- Push your branch and open a pull request.
- Follow the existing code structure and naming conventions.
- Write clear comments for complex logic.
- Include unit tests for new features or bug fixes.
Your contributions make MetaForge better!