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

Commit

Permalink
Merge pull request #17 from TezRomacH/docs/gitmoki-to-readme
Browse files Browse the repository at this point in the history
💄 added link to gitmoji
  • Loading branch information
TezRomacH authored May 7, 2020
2 parents d1b72b0 + 60efcd2 commit 7a44ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For creating your open source community:
- [`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).
- [Semantic Versions](https://semver.org/) specification with [`Release Drafter`](https://github.com/marketplace/actions/release-drafter).

## How to use it
## 🤯 How to use it

### Installation

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

## What's next
## 🎯 What's next

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

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

Articles:

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

## 📈 Releases

Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.project_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Articles:

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

## 🚀 Features

Expand Down

0 comments on commit 7a44ae4

Please sign in to comment.