From df40bf66498a4184f824da4a820120833dcf0b11 Mon Sep 17 00:00:00 2001 From: Niclas Thobaben Date: Sun, 14 Aug 2022 14:12:56 +0200 Subject: [PATCH] test --- .gitea/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 0000000..6e1321f --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,8 @@ +--- +name: "PR" +about: "A standard pull request" +title: "${HeadBranch} ${ClosingIssues}" +ref: "develop" +--- + +${HeadBranch} ${ClosingIssues} \ No newline at end of file