Skip to content

Commit

Permalink
📝 (issue template): display examples on a table
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Nov 16, 2022
1 parent 4502b5d commit 5835b35
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/gitmoji-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5835b35

Please sign in to comment.