Added project config to issue template example (#428)

I have updated the docs since this feature is now supported.

Reviewed-on: https://gitea.com/gitea/docs/pulls/428
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: nico-i <nico@ismaili.de>
Co-committed-by: nico-i <nico@ismaili.de>
This commit is contained in:
nico-i
2026-05-29 16:52:56 +00:00
committed by Lunny Xiao
parent 95106c08e9
commit eb5204f658

View File

@@ -100,6 +100,8 @@ about: "This template is for testing!"
title: "[TEST] " title: "[TEST] "
ref: "main" ref: "main"
assignees: ["user1"] assignees: ["user1"]
projects:
- Example Project
labels: labels:
- bug - bug
@@ -112,8 +114,9 @@ This is the template!
In the above example, when a user is presented with the list of issues they can submit, this would show as `Template Name` with the description In the above example, when a user is presented with the list of issues they can submit, this would show as `Template Name` with the description
`This template is for testing!`. When submitting an issue with the above example, the issue title would be pre-populated with `This template is for testing!`. When submitting an issue with the above example, the issue title would be pre-populated with
`[TEST] ` while the issue body would be pre-populated with `This is the template!`. `[TEST] ` while the issue body would be pre-populated with `This is the template!`.
The issue would be assigned to `user1`. The issue would be assigned to `user1`.
The issue would be assigned to the project `Example Project`.
The issue would also be assigned two labels, The issue would also be assigned two labels,
`bug` and `help needed`, and the issue will have a reference to `main`. `bug` and `help needed`, and the issue will have a reference to `main`.