Skip to content

Commit 6f64d61

Browse files
committed
docs: update README and CHANGELOG
1 parent 751404f commit 6f64d61

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Calendar Versioning](https://calver.org/).
66

77
## Unreleased
88

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Templex
2+
23
> A lightweight, regex based template rendering engine for PHP
34
45
[![Latest Stable Version](https://poser.pugx.org/myerscode/templex/v/stable)](https://packagist.org/packages/myerscode/templex)
5-
[![PHP Version Require](http://poser.pugx.org/myerscode/templex/require/php)](https://packagist.org/packages/myerscode/templex)
66
[![Total Downloads](https://poser.pugx.org/myerscode/templex/downloads)](https://packagist.org/packages/myerscode/templex)
7-
[![License](https://poser.pugx.org/myerscode/templex/license)](https://packagist.org/packages/myerscode/templex)
8-
![Tests](https://github.com/myerscode/templex/actions/workflows/tests.yml/badge.svg?branch=main)
9-
[![codecov](https://codecov.io/gh/myerscode/templex/graph/badge.svg?token=YR0YHVERNV)](https://codecov.io/gh/myerscode/templex)
7+
[![PHP Version Require](http://poser.pugx.org/myerscode/templex/require/php)](https://packagist.org/packages/myerscode/templex)
8+
[![License](https://poser.pugx.org/myerscode/templex/license)](https://github.com/myerscode/templex/blob/main/LICENSE)
9+
[![Tests](https://github.com/myerscode/templex/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/myerscode/templex/actions/workflows/tests.yml)
10+
[![codecov](https://codecov.io/gh/myerscode/templex/graph/badge.svg)](https://codecov.io/gh/myerscode/templex)
1011

1112
## Why this package is helpful?
1213

@@ -50,13 +51,13 @@ Hello <{ $name }>!
5051
- [For Loop Examples](docs/for-loop-examples.md)
5152
- [Switch Statement Examples](docs/switch-examples.md)
5253

53-
## Issues and Contributing
54-
55-
We are very happy to receive pull requests to add functionality or fixes.
54+
## Issues
5655

5756
Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/myerscode/templex/issues).
5857

59-
Please read the Myerscode [contributing](https://github.com/myerscode/docs/blob/main/CONTRIBUTING.md) guide for information on our Code of Conduct.
58+
## Contributing
59+
60+
Contributions are welcome! Please see [contributing.md](https://github.com/myerscode/docs/blob/master/contributing.md) for guidelines on how to contribute to this project.
6061

6162
## License
6263

0 commit comments

Comments
 (0)