From 38c0c307e797db8ee6318dd2f42e10f2eae307d7 Mon Sep 17 00:00:00 2001 From: Max Cao Date: Tue, 29 Nov 2022 14:50:24 -0500 Subject: [PATCH] fix pr heading Signed-off-by: Max Cao --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5d5883555c..87b9c6e8ea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,12 @@ -# Welcome to Cryostat! Before contributing, make sure you have: +# Welcome to Cryostat! 👋 +## Before contributing, make sure you have: * [ ] Read the [contributing guidelines](https://github.com/cryostatio/cryostat/blob/main/CONTRIBUTING.md) * [ ] Rebased your branch on top the latest upstream `main` branch * [ ] Linked a relevant issue which this PR resolves * [ ] Linked any other relevant issues, PR's, or documentation (if applicable) * [ ] Attached at least one of the following labels is attached to the PR: [chore,ci,docs,feat,fix,test] * [ ] Request review from at least one of the following [reviewers](https://github.com/orgs/cryostatio/teams/reviewers) -* [ ] Signed the last commit +* [ ] Signed the last commit (`git commit --amend --signoff`) _______________________________________________ Fixes: #