Thank you for your interest in contributing to Minerva! We welcome contributions from everyone. Please read the following guidelines before contributing.
Please read our Code of Conduct before contributing.
To get started, follow these steps:
- Fork the repository.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes.
git commit -m "Add feature/fix: Description of changes"
- Push your changes to your forked repository.
git push origin feature/your-feature-name
- Open a pull request.