Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 641 Bytes

File metadata and controls

21 lines (13 loc) · 641 Bytes

Contributing

Thanks for being interested! Here's our guidelines to contributing to the Python LTI 1.3 Template Cookiecutter.

Get Set Up

  • Check the issues to see if your problem has already been brought up.
  • Submit an issue if one hasn't been created. Be clear and give detailed instructions on how to reproduce the issue you're having.

Contributing Code

  • Fork the repository.

  • Create a new branch named after your issue and its number:

    • git checkout -b issue/number-brief-issue-description

Submit!

  • Push your changes.
  • Submit a pull request.
  • We will review your changes and try to respond in a timely manner.