-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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?
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.