Skip to content

Commit

Permalink
release v1.2.4 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Jul 29, 2022
1 parent 807a230 commit 9bdf46c
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github:
- serpentiel
- Serpentiel
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/01_question.md
Original file line number Diff line number Diff line change
@@ -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?**
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/02_bug.md
Original file line number Diff line number Diff line change
@@ -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?**
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/03_feature.md
Original file line number Diff line number Diff line change
@@ -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?**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ### Security -->
<!-- markdownlint-disable-next-line -->

## [1.2.4] - 2022-07-29

<!-- markdownlint-disable-next-line -->
### Added

- Some info to `README.md`

<!-- markdownlint-disable-next-line -->
### Changed

- Drop title case from issue template names

<!-- markdownlint-disable-next-line -->
### Fixed

- GitHub username in `FUNDING.yml`
- Logo size in `README.md`

## [1.2.3] - 2022-07-29

<!-- markdownlint-disable-next-line -->
Expand Down Expand Up @@ -122,7 +140,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- The changelog

<!-- VERSION DIFFLINKS -->
[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
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<br>
<br>
<a href="https://github.com/Serpentiel/template">
<img src="https://github.com/Serpentiel/template/blob/repo-assets/README.md/logo.png" alt="Logo" width="404" height="140">
<img src="https://github.com/Serpentiel/template/blob/repo-assets/README.md/logo.png" alt="Logo" width="192" height="256">
</a>
<h3>[PROJECT_NAME]</h3>
<p>[PROJECT_DESCRIPTION]</p>
<h3>template</h3>
<p>A project template</p>
<br>
<br>
<p>
Expand Down Expand Up @@ -63,23 +63,25 @@

## About the Project

<!-- TODO -->
This is a template project which is aimed to help others with setting up new projects and GitHub repositories for them.

<!-- markdownlint-disable -->
<p align="right"><a href="#top">(back to top)</a></p>
<!-- markdownlint-restore -->

## Getting Started

<!-- TODO -->

### Prerequisites

<!-- TODO -->
- A GitHub account
- A will to use this template

### Setting It Up

<!-- TODO -->
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.

<!-- markdownlint-disable -->
<p align="right"><a href="#top">(back to top)</a></p>
Expand Down

0 comments on commit 9bdf46c

Please sign in to comment.