Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.07 KB

contributing_guidelines.md

File metadata and controls

47 lines (35 loc) · 1.07 KB

Contributing to MetaForge

Thank you for considering contributing to MetaForge! Here’s how you can help:


Reporting Issues

  1. Check if the issue already exists in the Issues.
  2. If not, open a new issue with:
    • Clear title
    • Detailed description
    • Steps to reproduce
    • Environment details (OS, platform, etc.)

Feature Requests

Suggest new features or improvements by creating a feature request issue.


Submitting Code

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/<your_username>/metaforge.git
  3. Create a new branch for your feature or fix:
    git checkout -b feature-name
  4. Make your changes and commit them:
    git commit -m "Add feature-name"
  5. Push your branch and open a pull request.

Coding Standards

  • 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!