🐛 📝 fix formatting

This commit is contained in:
dannydannydanny 2021-11-03 11:53:23 +01:00 committed by GitHub
parent b68f774abc
commit 36052f7c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,9 +44,9 @@ Use the format `:gitmoji: <commit message>` in your commit messages. Only proper
|:memo:|`:memo:`| doc / logging / verbosity / code comments | |:memo:|`:memo:`| doc / logging / verbosity / code comments |
|:fire: |`:fire:`| remove (dead) code / file | |:fire: |`:fire:`| remove (dead) code / file |
|:alien:|`:alien:`| changes related to APIs and Databases | |:alien:|`:alien:`| changes related to APIs and Databases |
|:tada:|`:tada:`| clean / transform / validate _data_| |:tada:|`:tada:`| clean / transform / validate _data_ |
|:lipstick:|`:lipstick:`| improve UI / UX, CLI or visualizations| |:lipstick:|`:lipstick:`| improve UI / UX, CLI or visualizations |
|:brain:|`:brain:`| statistical modelling, training and prediction| |:brain:|`:brain:`| statistical modelling, training and prediction |
|:pushpin:|`:pushpin:`| dependency and environment versioning | |:pushpin:|`:pushpin:`| dependency and environment versioning |
|:see_no_evil:|`:see_no_evil:`| changes to `.*ignore` or local files | |:see_no_evil:|`:see_no_evil:`| changes to `.*ignore` or local files |
|:mag: |`:mag:`| changes in connection with PR-review change-requests | |:mag: |`:mag:`| changes in connection with PR-review change-requests |
@ -55,8 +55,8 @@ Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908).
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)). Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)).
## Setup ## Setup
### Project Planning** ### Project Planning
* Make a roadmap * Always have some kind of roadmap
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap) * [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **[Setup Dev Machine](setup-dev-machine.md)** * **[Setup Dev Machine](setup-dev-machine.md)**
* **Setup Environments** * **Setup Environments**