Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.36 KB

CONTRIBUTING.md

File metadata and controls

65 lines (46 loc) · 2.36 KB

Contributing to APIS

First off, thanks for taking the time to contribute! ❤️

All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions. 🎉

Table of Contents

I Have a Question

If you want to ask a question, we assume that you have read the available Documentation.

Before you ask a question, it is best to search for existing Issues that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.

If you then still feel the need to ask a question and need clarification, we recommend the following:

  • Open an Issue.
  • Provide as much context as you can about what you're running into.
  • Provide project and platform versions, depending on what seems relevant.

We will then take care of the issue as soon as possible.

Styleguides

Please try to keep your commit changes focused on the change you want to implement - don't start fixing typos if your commit is actually about adding a feature.

We are using black for codeformatting and djlint for formatting templates - the configuration for those is part of our pyproject.toml.

Base your commit on the latest changes in main. Your work might take some time and other people are also working on APIS, so please rebase your changes early and often.

Commit Messages

We are using conventional commits so please format your commit messages accordingly.

Attribution

This guide is loosely based on the contributing-gen. Make your own!