Thank you for considering contributing to M'Astral! We appreciate your interest in improving our project. Here’s how you can get involved:
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
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
We welcome contributions via pull requests. To submit a pull request:
-
Fork the repository:
- Click on the "Fork" button at the top-right of the repository page.
-
Clone your fork:
git clone [email protected]:mathisdev7/M-Astral.git Mastral cd Mastral
-
Create a new branch:
git checkout -b your-branch-name
-
Make your changes:
- Ensure your code follows the existing style and conventions.
- Add tests if applicable.
-
Commit your changes:
git add . git commit -m "Your descriptive commit message"
-
Push to your fork:
git push origin your-branch-name
-
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.
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!