From 5835b35e3a34b20f9c18ab45e6bc8206504e81e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Hoyer?= Date: Wed, 16 Nov 2022 09:25:16 -0300 Subject: [PATCH] :memo: (issue template): display examples on a table --- .github/ISSUE_TEMPLATE/gitmoji-proposal.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/gitmoji-proposal.yml b/.github/ISSUE_TEMPLATE/gitmoji-proposal.yml index a10e00364a..d2a0e8000a 100644 --- a/.github/ISSUE_TEMPLATE/gitmoji-proposal.yml +++ b/.github/ISSUE_TEMPLATE/gitmoji-proposal.yml @@ -56,14 +56,11 @@ body: Notice here that, by the descriptions on the "how" category, you can't know what has been achieved in the commit. - Examples of "what" commits: - * :white_check_mark: Add, update, or pass tests - * :lock: Fix security issues - * :zap: Improve performance - - Examples of "how" commits: - * :hankey: Write bad code that needs to be improved - * :beers: Write code drunkenly + | Examples of "what" commits | Examples of "how" commits | + | -------------------------- | ------------------------- | + | :white_check_mark: Add, update, or pass tests | :hankey: Write bad code that needs to be improved | + | :lock: Fix security issues | :beers: Write code drunkenly | + | :zap: Improve performance | | options: - label: This proposal do **not** describe "how" a commit was made, but does in fact describe "what" is the contents of the commit about. required: true