Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 738 Bytes

Contributing to Minerva

Thank you for your interest in contributing to Minerva! We welcome contributions from everyone. Please read the following guidelines before contributing.

Code of Conduct

Please read our Code of Conduct before contributing.

How to Contribute

To get started, follow these steps:

  1. Fork the repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your feature or bug fix.

git checkout -b feature/your-feature-name

  1. Make your changes.
  2. Commit your changes.

git commit -m "Add feature/fix: Description of changes"

  1. Push your changes to your forked repository.

git push origin feature/your-feature-name

  1. Open a pull request.