--- name: Bug Report about: Tell us how Flask-RESTX is broken title: '' labels: bug assignees: '' --- ### ***** **BEFORE LOGGING AN ISSUE** ***** - Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. - Please check if a similar issue already exists or has been closed before. Seriously, nobody here is getting paid. Help us out and take five minutes to make sure you aren't submitting a duplicate. - Please review the [guidelines for contributing](https://github.com/python-restx/flask-restx/blob/master/CONTRIBUTING.rst) ### **Code** ```python from your_code import your_buggy_implementation ``` ### **Repro Steps** (if applicable) 1. ... 2. ... 3. Broken! ### **Expected Behavior** A description of what you expected to happen. ### **Actual Behavior** A description of the unexpected, buggy behavior. ### **Error Messages/Stack Trace** If applicable, add the stack trace produced by the error ### **Environment** - Python version - Flask version - Flask-RESTX version - Other installed Flask extensions ### **Additional Context** This is your last chance to provide any pertinent details, don't let this opportunity pass you by!