👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to stella, which is hosted on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
This section shows how you can setup your development environment to contribute to stella.
- Fork the repository.
- Clone it using Git (
git clone https://github.com/<YOUR USERNAME>/stella.git
). - Create a new git branch (
git checkout -b "BRANCH NAME"
). - Execute
pip install -e .
to install all the dependencies and make an editable install. - Make changes.
- Stage and commit (
git add .
andgit commit -m "COMMIT MESSAGE"
). - Push it to your remote repository (
git push
). - Open a pull request by clicking here.
If you know a bug in the code or you want to file a feature request, open an issue. Choose the correct issue template from here.