Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.01 KB

CONTRIBUTING.MD

File metadata and controls

73 lines (46 loc) · 2.01 KB

Contributing to M'Astral

Thank you for considering contributing to M'Astral! We appreciate your interest in improving our project. Here’s how you can get involved:

How to Contribute

Reporting Issues

If you encounter any bugs or issues, please report them by opening an issue. Provide as much detail as possible, including:

  • A clear description of the problem
  • Steps to reproduce the issue
  • Any relevant screenshots or error messages

Suggesting Features

If you have an idea for a new feature or improvement, feel free to open an issue with a feature request. Include:

  • A detailed description of the feature
  • The problem it solves or the benefit it provides
  • Any relevant examples or use cases

Submitting Pull Requests

We welcome contributions via pull requests. To submit a pull request:

  1. Fork the repository:

    • Click on the "Fork" button at the top-right of the repository page.
  2. Clone your fork:

    git clone [email protected]:mathisdev7/M-Astral.git Mastral
    cd Mastral
  3. Create a new branch:

    git checkout -b your-branch-name
  4. Make your changes:

    • Ensure your code follows the existing style and conventions.
    • Add tests if applicable.
  5. Commit your changes:

    git add .
    git commit -m "Your descriptive commit message"
  6. Push to your fork:

    git push origin your-branch-name
  7. Open a pull request:

    • Go to the pull requests page of the repository.
    • Click on "New pull request".
    • Select your branch and provide a clear description of your changes.

Getting Help

If you need help with contributing or have any questions, feel free to open an issue or reach out to us through the project's discussions or contact methods.


Thank you for contributing to M'Astral!