diff --git a/docs/usage/issues-prs/issue-pull-request-templates.md b/docs/usage/issues-prs/issue-pull-request-templates.md index 3dd2d812..94fa0b30 100644 --- a/docs/usage/issues-prs/issue-pull-request-templates.md +++ b/docs/usage/issues-prs/issue-pull-request-templates.md @@ -100,6 +100,8 @@ about: "This template is for testing!" title: "[TEST] " ref: "main" assignees: ["user1"] +projects: + - Example Project labels: - 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 `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 the project `Example Project`. The issue would also be assigned two labels, `bug` and `help needed`, and the issue will have a reference to `main`.