Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 7a44ae4

Browse files
authored
Merge pull request #17 from TezRomacH/docs/gitmoki-to-readme
💄 added link to gitmoji
2 parents d1b72b0 + 60efcd2 commit 7a44ae4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For creating your open source community:
4646
- [`Stale bot`](https://github.com/apps/stale) that closes abandoned issues after a period of inactivity. (You will only [need to setup free plan](https://github.com/marketplace/stale)). Configuration is [here](https://github.com/TezRomacH/python-package-template/blob/master/%7B%7B%20cookiecutter.project_name%20%7D%7D/.github/.stale.yml).
4747
- [Semantic Versions](https://semver.org/) specification with [`Release Drafter`](https://github.com/marketplace/actions/release-drafter).
4848

49-
## How to use it
49+
## 🤯 How to use it
5050

5151
### Installation
5252

@@ -287,7 +287,7 @@ More information [here](https://github.com/TezRomacH/python-package-template/tre
287287
</p>
288288
</details>
289289

290-
## What's next
290+
## 🎯 What's next
291291

292292
Well, that's up to you. I can only recommend the packages and articles that helped me.
293293

@@ -296,12 +296,13 @@ Packages:
296296
- [`Typer`](https://github.com/tiangolo/typer) is great for creating CLI applications.
297297
- [`Rich`](https://github.com/willmcgugan/rich) makes it easy to add beautiful formatting in the terminal.
298298
- [`FastAPI`](https://github.com/tiangolo/fastapi) is a type-driven asynchronous web framework.
299-
- [`IceCream`](https://github.com/gruns/icecream) is a little library for sweet and creamy debugging
299+
- [`IceCream`](https://github.com/gruns/icecream) is a little library for sweet and creamy debugging.
300300

301301
Articles:
302302

303-
- [Open Source Guides](https://opensource.guide/)
304-
- [GitHub Actions Documentation](https://help.github.com/en/actions)
303+
- [Open Source Guides](https://opensource.guide/).
304+
- [GitHub Actions Documentation](https://help.github.com/en/actions).
305+
- Maybe you would like to add [gitmoji](https://gitmoji.carloscuesta.me/) to commit names. This is really funny. 😄
305306

306307
## 📈 Releases
307308

{{ cookiecutter.project_name }}/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Articles:
9191

9292
- [Open Source Guides](https://opensource.guide/)
9393
- [GitHub Actions Documentation](https://help.github.com/en/actions)
94+
- Maybe you would like to add [gitmoji](https://gitmoji.carloscuesta.me/) to commit names. This is really funny. 😄
9495

9596
## 🚀 Features
9697

0 commit comments

Comments
 (0)