Skip to content

Commit c88e8ac

Browse files
committed
docs: update readme, badges
1 parent d0fe7f6 commit c88e8ac

File tree

5 files changed

+43
-16
lines changed

5 files changed

+43
-16
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ body:
9898
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
9999
- [Code of Conduct](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
100100
- [Contribution Guidelines](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md)
101+
Additionally, consider joining our discussions on:
102+
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
101103
102104
...

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ body:
6868
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
6969
- [Code of Conduct](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
7070
- [Contribution Guidelines](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md)
71+
Additionally, consider joining our discussions on:
72+
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
7173
7274
...

.github/ISSUE_TEMPLATE/3-failing-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ body:
5656
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
5757
- [Code of Conduct](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
5858
- [Contribution Guidelines](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md)
59+
Additionally, consider joining our discussions on:
60+
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
61+
62+
...

.github/ISSUE_TEMPLATE/4-docs-bug-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ body:
7272
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
7373
- [Code of Conduct](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
7474
- [Contribution Guidelines](https://github.com/wayofdev/laravel-package-tpl/blob/master/.github/CONTRIBUTING.md)
75+
Additionally, consider joining our discussions on:
76+
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
7577
7678
...

README.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
<br>
1212

1313
<div align="center">
14-
<a href="https://github.com/wayofdev/laravel-package-tpl/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-package-tpl%2Fbadge&style=flat-square"/></a>
15-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-package-tpl?&style=flat-square" alt="Total Downloads"></a>
16-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-package-tpl?&style=flat-square" alt="Latest Stable Version"></a>
17-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-package-tpl?style=flat-square&color=blue" alt="Software License"/></a>
18-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-package-tpl/latest?style=flat-square"></a>
19-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img alt="PHP Version Require" src="https://poser.pugx.org/wayofdev/laravel-package-tpl/require/php?style=flat-square"></a>
20-
<a href="https://app.codecov.io/gh/wayofdev/laravel-package-tpl"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/wayofdev/laravel-package-tpl?style=flat-square&logo=codecov"></a>
14+
<a href="https://github.com/wayofdev/laravel-package-tpl/actions" target="_blank"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-package-tpl%2Fbadge&style=flat-square"/></a>
15+
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl" target="_blank"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-package-tpl?&style=flat-square" alt="Total Downloads"></a>
16+
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl" target="_blank"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-package-tpl?&style=flat-square" alt="Latest Stable Version"></a>
17+
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl" target="_blank"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-package-tpl?style=flat-square&color=blue" alt="Software License"/></a>
18+
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl" target="_blank"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-package-tpl/latest?style=flat-square"></a>
19+
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl" target="_blank"><img alt="PHP Version Require" src="https://poser.pugx.org/wayofdev/laravel-package-tpl/require/php?style=flat-square"></a>
20+
<a href="https://app.codecov.io/gh/wayofdev/laravel-package-tpl" target="_blank"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/wayofdev/laravel-package-tpl?style=flat-square&logo=codecov"></a>
21+
<a href="https://discord.gg/CE3TcCC5vr" target="_blank"><img alt="Codecov" src="https://img.shields.io/discord/1228506758562058391?style=flat-square&logo=discord&labelColor=7289d9&logoColor=white&color=39456d"></a>
22+
<a href="https://twitter.com/intent/follow?screen_name=wayofdev" target="_blank"><img src="https://img.shields.io/twitter/follow/wayofdev.svg?style=flat-square&logo=x&color=6e7781"></a>
2123
</div>
2224

2325
<br>
@@ -74,12 +76,12 @@ This template repository includes several features to streamline the development
7476

7577
* This package is equipped with a set of ready-to-use issue templates to streamline contributions and issue reporting.
7678

77-
You can find these templates organized in the `.github/ISSUE_TEMPLATE` directory.
79+
You can find these templates organized in the [`.github/ISSUE_TEMPLATE`](.github/ISSUE_TEMPLATE) directory.
7880

7981
### → Miscellaneous
8082

81-
- Support for PHP 8.2 and Laravel 10.x/11.x.
82-
- Configured autoload and autoload-dev for optimal namespace management.
83+
- Support for PHP 8.2+ and Laravel 10.x/11.x.
84+
- Configured `autoload` and `autoload-dev` for optimal namespace management.
8385

8486
<br>
8587

@@ -91,7 +93,10 @@ To use this template, clone the repository and install the dependencies:
9193
$ git clone https://github.com/wayofdev/laravel-package-tpl.git
9294
$ cd laravel-package-tpl
9395

94-
$ composer install
96+
$ make env install
97+
98+
### full list of available commands:
99+
$ make help
95100
```
96101

97102
<br>
@@ -144,16 +149,28 @@ This project has a [security policy](.github/SECURITY.md).
144149

145150
<br>
146151

147-
## 📥 Contributing
152+
## 🙌 Want to Contribute?
153+
154+
Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to:
148155

149-
Please read and follow our [contribution guide](.github/CONTRIBUTING.md).
156+
- 🤔 Suggest a feature
157+
- 🐛 Report an issue
158+
- 📖 Improve documentation
159+
- 👨‍💻 Contribute to the code
160+
161+
You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md).
150162

151163
<br>
152164

153-
## 🙆🏼‍♂️ Author Information
165+
## 🌐 Social Links
154166

155-
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)
167+
- **Twitter:** Follow our organization [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) and the author [@wlotyp](https://twitter.com/intent/follow?screen_name=wlotyp).
168+
- **Discord:** Join our community on [Discord](https://discord.gg/CE3TcCC5vr).
169+
170+
<br>
171+
172+
## 🙆🏼‍♂️ Author Information
156173

157-
Follow [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) on X (Twitter).
174+
Created in **2022** by [lotyp](https://github.com/wayofdev) @ [wayofdev](https://github.com/wayofdev)
158175

159176
<br>

0 commit comments

Comments
 (0)