|
1 | 1 | # Templex |
| 2 | + |
2 | 3 | > A lightweight, regex based template rendering engine for PHP |
3 | 4 |
|
4 | 5 | [](https://packagist.org/packages/myerscode/templex) |
5 | | -[](https://packagist.org/packages/myerscode/templex) |
6 | 6 | [](https://packagist.org/packages/myerscode/templex) |
7 | | -[](https://packagist.org/packages/myerscode/templex) |
8 | | - |
9 | | -[](https://codecov.io/gh/myerscode/templex) |
| 7 | +[](https://packagist.org/packages/myerscode/templex) |
| 8 | +[](https://github.com/myerscode/templex/blob/main/LICENSE) |
| 9 | +[](https://github.com/myerscode/templex/actions/workflows/tests.yml) |
| 10 | +[](https://codecov.io/gh/myerscode/templex) |
10 | 11 |
|
11 | 12 | ## Why this package is helpful? |
12 | 13 |
|
@@ -50,13 +51,13 @@ Hello <{ $name }>! |
50 | 51 | - [For Loop Examples](docs/for-loop-examples.md) |
51 | 52 | - [Switch Statement Examples](docs/switch-examples.md) |
52 | 53 |
|
53 | | -## Issues and Contributing |
54 | | - |
55 | | -We are very happy to receive pull requests to add functionality or fixes. |
| 54 | +## Issues |
56 | 55 |
|
57 | 56 | Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/myerscode/templex/issues). |
58 | 57 |
|
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. |
60 | 61 |
|
61 | 62 | ## License |
62 | 63 |
|
|
0 commit comments