You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main: (32 commits)
[skip ci] Updated translations via Crowdin
Prevent double use of `git cat-file` session. (go-gitea#29298)
Revert go-gitea#28753 because UI broken. (go-gitea#29293)
Fix error display when merging PRs (go-gitea#29288)
Refactor markup rendering to accept general "protocol:" prefix (go-gitea#29276)
Remove jQuery from the installation page (go-gitea#29284)
Always write proc-receive hook for all git versions (go-gitea#29287)
Do not use `ctx.Doer` when reset password (go-gitea#29289)
Update Discord logo (go-gitea#29285)
[skip ci] Updated translations via Crowdin
Remove jQuery .map() and enable eslint rules for it (go-gitea#29272)
Explained where create issue/PR template (go-gitea#29035) (go-gitea#29266)
Remove jQuery from repo wiki creation page (go-gitea#29271)
Do not show delete button when time tracker is disabled (go-gitea#29257)
Left align the input labels for the link account page (go-gitea#29255)
[skip ci] Updated translations via Crowdin
Remove jQuery from the repo migration form (go-gitea#29229)
Fix content size does not match error when uploading lfs file (go-gitea#29259)
Workaround to clean up old reviews on creating a new one (go-gitea#28554)
Deduplicate translations for contributors graph (go-gitea#29256)
...
Copy file name to clipboardExpand all lines: docs/content/usage/issue-pull-request-templates.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ menu:
19
19
20
20
Some projects have a standard list of questions that users need to answer
21
21
when creating an issue or pull request. Gitea supports adding templates to the
22
-
main branch of the repository so that they can autopopulate the form when users are
22
+
**default branch of the repository** so that they can autopopulate the form when users are
23
23
creating issues and pull requests. This will cut down on the initial back and forth
24
24
of getting some clarifying details.
25
+
It is currently not possible to provide generic issue/pull-request templates globally.
25
26
26
27
Additionally, the New Issue page URL can be suffixed with `?title=Issue+Title&body=Issue+Text` and the form will be populated with those strings. Those strings will be used instead of the template if there is one.
0 commit comments