@@ -4,7 +4,7 @@ This repository can be used for adding Github Actions and templates to an existi
44
55## Version
66
7- Current version is 1.2.0 and was set according to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+ Current version is 1.2.1 and was set according to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
99Project's version should be updated, when applicable:
1010
@@ -23,16 +23,16 @@ $ cookiecutter https://github.com/ferreteleco/cookie-github.git
2323It will create the appropriate .github folder in your project directory (wherever you invoke
2424cookiecutter).
2525
26- NOTE: it can also be cloned using GIT over SSH, if properly configured in your account.
26+ ** NOTE:** it can also be cloned using GIT over SSH, if properly configured in your account.
2727
28- NOTE1: after the repository is downloaded, the template can be used again without downloading it
28+ ** NOTE: ** after the repository is downloaded, the template can be used again without downloading it
2929again. In order to do so, simply specify template name as argument for cookiecutter:
3030
3131``` bash
3232$ cookiecutter cookie-github
3333```
3434
35- NOTE: alternatively, you can use [ Cookieninja] ( https://github.com/cookieninja-generator/cookieninja ) ,
35+ ** NOTE:** alternatively, you can use [ Cookieninja] ( https://github.com/cookieninja-generator/cookieninja ) ,
3636forked and more updated version of Cookiecutter with backward compatibility.
3737
3838## Variables
@@ -53,6 +53,9 @@ you will be prompted to fill in the following values:
5353 project built with Poetry.
5454 - other, which does not generate any action.
5555
56+ ** NOTE:** Each added action will be accompanied of a markdown checklist, stating the changes /
57+ configuration required to fine tune it.
58+
5659## Contributing
5760
5861If you want to contribute to this template, feel free to do so! Create a new branch to work in, and
0 commit comments