ajhalili2006 Why do I need to install Python 3.5 even I'm on the latest Python version for the docs site? I'm using Gitpod for writing the documentation.
FreeFlarum is built on Python & Flask, and the docs are using PyPI & pipenv for easier management & automatization. Technically, with a bit of an advanced setup, it might not be required (if you build an alternative deployment setup, or do everything manually). Also, as stated in the deployment steps, Python 3.x is supported, so the latest version should work just fine.
ajhalili2006 Also, when I go back to the New Issue screen, I don't see the Extension Request template but the issue creation link using that template still works. How do I fix the issue template missing in GitHub?
Fixed in FreeFlarum's repo, there was a bug in the extension request file and the table was not rendering for some reason.