Closed
Description
Gitea lets you open a URL to create a new file at a given path, like this:
https://git.example.com/example/project/_new/master/path/to
Github allows you to also specify the name of the file, and some contents, like this:
https://github.com/example/project/new/master
?filename=path/to/hello.md
&value=Hello+World!
I would like to add this feature to gitea.
- Would this be acceptable?
- How can I find the JavaScript file I would need to edit to add this?
- Where should I add documentation for a feature like this?