From 9bdf46cec6ab84e453dcfb6bbfca334231522407 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Fri, 29 Jul 2022 21:02:26 +0300 Subject: [PATCH] release v1.2.4 (#57) --- .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE/01_question.md | 4 +--- .github/ISSUE_TEMPLATE/02_bug.md | 4 +--- .github/ISSUE_TEMPLATE/03_feature.md | 4 +--- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 18 ++++++++++-------- 7 files changed, 35 insertions(+), 20 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7501470..cbe974b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: - - serpentiel + - Serpentiel diff --git a/.github/ISSUE_TEMPLATE/01_question.md b/.github/ISSUE_TEMPLATE/01_question.md index 3efbe4c..e5f7a3a 100644 --- a/.github/ISSUE_TEMPLATE/01_question.md +++ b/.github/ISSUE_TEMPLATE/01_question.md @@ -1,9 +1,7 @@ --- -name: โ“ Ask a Question +name: โ“ Ask a question about: Got stuck or found something to be missing in the docs? Ask away! -title: '' labels: question -assignees: '' --- **What can we help you with?** diff --git a/.github/ISSUE_TEMPLATE/02_bug.md b/.github/ISSUE_TEMPLATE/02_bug.md index 70e08c9..5bb298a 100644 --- a/.github/ISSUE_TEMPLATE/02_bug.md +++ b/.github/ISSUE_TEMPLATE/02_bug.md @@ -1,9 +1,7 @@ --- -name: ๐Ÿœ Report a Bug +name: ๐Ÿœ Report a bug about: Spotted a problem? Let us know! -title: '' labels: bug -assignees: '' --- **What happened?** diff --git a/.github/ISSUE_TEMPLATE/03_feature.md b/.github/ISSUE_TEMPLATE/03_feature.md index c9bf1f5..0470fa5 100644 --- a/.github/ISSUE_TEMPLATE/03_feature.md +++ b/.github/ISSUE_TEMPLATE/03_feature.md @@ -1,9 +1,7 @@ --- -name: ๐Ÿ’ก Feature Request +name: ๐Ÿ’ก Feature request about: What would make this project even better? -title: '' labels: enhancement -assignees: '' --- **What is currently missing?** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1e2699c..042e900 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - - name: ๐Ÿ“– Contributing Guidelines + - name: Contributing guidelines url: https://github.com/Serpentiel/template/blob/main/CONTRIBUTING.md about: Don't forget to check our contributing guidelines out! diff --git a/CHANGELOG.md b/CHANGELOG.md index 4715d37..922e4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,24 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.4] - 2022-07-29 + + +### Added + +- Some info to `README.md` + + +### Changed + +- Drop title case from issue template names + + +### Fixed + +- GitHub username in `FUNDING.yml` +- Logo size in `README.md` + ## [1.2.3] - 2022-07-29 @@ -122,7 +140,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - The changelog -[Unreleased]: https://github.com/Serpentiel/template/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/Serpentiel/template/compare/v1.2.0...release-unreleased +[1.2.4]: https://github.com/Serpentiel/template/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/Serpentiel/template/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/Serpentiel/template/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/Serpentiel/template/compare/v1.2.0...v1.2.1 diff --git a/README.md b/README.md index 1ac2814..3e9842d 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@

- Logo + Logo -

[PROJECT_NAME]

-

[PROJECT_DESCRIPTION]

+

template

+

A project template



@@ -63,7 +63,7 @@ ## About the Project - +This is a template project which is aimed to help others with setting up new projects and GitHub repositories for them.

(back to top)

@@ -71,15 +71,17 @@ ## Getting Started - - ### Prerequisites - +- A GitHub account +- A will to use this template ### Setting It Up - +Simply click the **Use this template** green button at the very top of this page to get started. + +Don't forget to check the **Include all branches** box when creating your repositoryโ€”it is not required, but recommended +as it will bring some extra necessary branches, e.g. `repo-assets/*` branches.

(back to top)