From 60efcd20ed3bcf06810fc5530c961d288f75019f Mon Sep 17 00:00:00 2001 From: Tezikov Roman Date: Thu, 7 May 2020 05:12:38 +0300 Subject: [PATCH] :lipstick: added link to gitmoji --- README.md | 11 ++++++----- {{ cookiecutter.project_name }}/README.md | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c0d338f7..ae97671d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -287,7 +287,7 @@ More information [here](https://github.com/TezRomacH/python-package-template/tre

-## What's next +## 🎯 What's next Well, that's up to you. I can only recommend the packages and articles that helped me. @@ -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 diff --git a/{{ cookiecutter.project_name }}/README.md b/{{ cookiecutter.project_name }}/README.md index 2ae3fc48..ef0c9d08 100644 --- a/{{ cookiecutter.project_name }}/README.md +++ b/{{ cookiecutter.project_name }}/README.md @@ -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