From 3433f7c41e0d0cbb48af821280537da41b9e53d0 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 26 Aug 2023 11:31:13 +0300 Subject: [PATCH] .gitea: update PULL_REQUEST_TEMPLATE.md Signed-off-by: Manos Pitsidianakis --- .gitea/PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 514bd0f0..b8ffbe94 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -7,17 +7,18 @@ ref: "master" --- -**If your PR is ready to merge/review, remove the `WIP: ` prefix from the title.** + ### Summary of the PR + + ### Requirements Before submitting your PR, please make sure you have addressed the following requirements: * [ ] All commits in this PR are signed (with `git commit -s`), and the commit has a message describing the motivation behind the change, if appropriate. -* [ ] All added/changed public-facing functionality has entries in the "Upcoming Release" section of CHANGELOG.md (if no such section exists, please create one). -* [ ] All added/changed public-facing functionality, especially configuration options, must be documented in the manual pages. +* [ ] All added/changed public-facing functionality, especially configuration options, are documented in the manual pages. * [ ] Any newly added `unsafe` code is properly documented. * [ ] Each commit has been formatted with `rustfmt`. Run `make fmt` in the project root. * [ ] Each commit has been linted with `clippy`. Run `make lint` in the project root.