Contributions are encouraged. Checkout the help wanted tag for issues to work on. Follow the steps below to get started.
Start by adding your SSH key to GitHub.
git clone [email protected]:academic-innovation/django-lti.git
Make sure you're working in a virtual env and install
development dependencies with pip install -r requirements.txt
.
Check out a new branch for your work.
git checkout -b my-awsome-feature main
Before submitting a pull request, run quality checks locally
with nox
.
git push origin my-awesome-feature