diff options
author | 6543 <6543@obermui.de> | 2024-02-20 21:12:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 14:12:47 -0600 |
commit | 3f73eabb666bd68af7a5317eaa2f97be52f35a26 (patch) | |
tree | 3ed6a7c565fa183ef493b4b00acff8e9eda542f0 /docs | |
parent | ade1110e8b7d94dc142a259854e2b73845eab8b9 (diff) | |
download | gitea-3f73eabb666bd68af7a5317eaa2f97be52f35a26.tar.gz gitea-3f73eabb666bd68af7a5317eaa2f97be52f35a26.zip |
Explained where create issue/PR template (#29035) (#29266)
For some user (as me), documentation lack of precision about where to
store issue/pr template.
I propose an enhancement about this point. With bold exergue and
precision about server itself.
I've found some user with same interrogation as :
https://forum.gitea.com/t/issue-template-directory/3328
---------
Co-authored-by: Km <cam.lafit@azerttyu.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/usage/issue-pull-request-templates.en-us.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/usage/issue-pull-request-templates.en-us.md b/docs/content/usage/issue-pull-request-templates.en-us.md index 34475e3465..b031b262fb 100644 --- a/docs/content/usage/issue-pull-request-templates.en-us.md +++ b/docs/content/usage/issue-pull-request-templates.en-us.md @@ -19,9 +19,10 @@ menu: Some projects have a standard list of questions that users need to answer when creating an issue or pull request. Gitea supports adding templates to the -main branch of the repository so that they can autopopulate the form when users are +**default branch of the repository** so that they can autopopulate the form when users are creating issues and pull requests. This will cut down on the initial back and forth of getting some clarifying details. +It is currently not possible to provide generic issue/pull-request templates globally. 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. |