From a99da397c13152b07d5c80829ac84ac3ddd0bfd6 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 25 Oct 2023 15:53:07 +0200 Subject: [PATCH] replace emojis --- .gitea/PULL_REQUEST_TEMPLATE.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 1c3d11a..5377562 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -9,7 +9,7 @@ body: - type: textarea id: summary attributes: - label: :book: Summary + label: 📖 Summary description: Provide a summary of your changes. Also descibe the why... placeholder: Tell us about your code changes. value: @@ -18,7 +18,7 @@ body: - type: dropdown id: testplan attributes: - label: :bookmark_tabs: Test Plan + label: 📑 Test Plan description: How did you test your code changes? options: - CI pipeline tests (Default) @@ -29,13 +29,13 @@ body: - type: textarea id: details attributes: - label: Details + label: 💬 Details description: Add your cuustom test details or justification for missing tests here. placeholder: First, solve the problem. Then, write the code. - type: textarea id: notes attributes: - label: :books: Additional Notes + label: 📚 Additional Notes description: A place for additional notes or linking references. placeholder: Software and cathedrals are much the same -- first we build them, then we pray. \ No newline at end of file