[Low Priority] Pre populating issue title fails #47
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gitea allows issues to be pre populated using items on the query string
https://docs.gitea.io/en-us/issue-pull-request-templates/
Trying this out here:
https://gitea.kosmos.org/kosmos/gitea.kosmos.org/issues/new?title=foo&body=bar
It populates the body correcly, but not the title
I have replicated this locally and it may be an upstream bug
Low priority: tho it could be helpful in automating ways to create issues from client side apps
You can also use the API for creating issues:
https://gitea.kosmos.org/api/swagger#/issue/issueCreateIssue
I'm not sure how useful it is to keep upstream bugs open as issues in our own repos, unless it's something you're planning to actually work on. I would rather close this and suggest to open an issue on https://github.com/go-gitea/gitea/issues/.