Skip to content

Latest commit

 

History

History
181 lines (158 loc) · 6.57 KB

feature-request.yml

File metadata and controls

181 lines (158 loc) · 6.57 KB
NameAboutLabelsAssignees
Feature RequestSuggest an idea or ask for a feature that you would like to have in FastAPIenhancement

Thanks for your interest in FastAPI! 🚀

Please follow these instructions, fill every question, and do every step. 🙏

I'm asking this because answering questions and solving problems in GitHub issues is what consumes most of the time.

I end up not being able to add new features, fix bugs, review pull requests, etc. as fast as I wish because I have to spend too much time handling issues.

All that, on top of all the incredible help provided by a bunch of community members, the FastAPI Experts, that give a lot of their time to come here and help others.

That's a lot of work they are doing, but if more FastAPI users came to help others like them just a little bit more, it would be much less effort for them (and you and me 😅).

By asking questions in a structured way (following this) it will be much easier to help you.

And there's a high chance that you will find the solution along the way and you won't even have to submit it and wait for an answer. 😎

As there are too many issues with questions, I'll have to close the incomplete ones. That will allow me (and others) to focus on helping people like you that follow the whole process and help us help you. 🤓

First Check

Please confirm and check all the following options.

Commit to Help

After submitting this, I commit to one of:

  • Read open issues with questions until I find 2 issues where I can help someone and add a comment to help there.
  • I already hit the "watch" button in this repository to receive notifications and I commit to help at least 2 people that ask questions in the future.
  • Implement a Pull Request for a confirmed bug.

Please add a self-contained, minimal, reproducible, example with your use case.

If I (or someone) can copy it, run it, and see it right away, there's a much higher chance I (or someone) will be able to help you.

What is your feature request?

Write a short description telling me what you are trying to solve and what you are currently doing.

Tell me what's the solution you would like.

Show me an example of how you would want the code to look like.

Tell me about alternatives you've considered.

What operating system are you on?

You can add more details about your operating system here, in particular if you chose "Other".

What FastAPI version are you using?

You can find the FastAPI version with:

python -c "import fastapi; print(fastapi.__version__)"

What Python version are you using?

You can find the Python version with:

python --version

Add any additional context information or screenshots you think are useful.