Skip to content

Commit 29ba51b

Browse files
authored
Merge pull request #13 from michalsn/contributors
Add contributors list
2 parents 088523a + 36b9551 commit 29ba51b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Queues for the CodeIgniter 4 framework.
99

1010
![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue)
1111
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.3-blue)
12+
![License](https://img.shields.io/badge/License-MIT-blue)
1213

1314
## Installation
1415

@@ -58,4 +59,11 @@ Run the queue worker:
5859

5960
## Docs
6061

61-
https://codeigniter4.github.io/queue/
62+
Read the full documentation: https://queue.codeigniter.com
63+
64+
## Contributing
65+
66+
We does accept and encourage contributions from the community in any shape. It doesn't matter
67+
whether you can code, write documentation, or help find bugs, all contributions are welcome.
68+
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.
69+

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ Listen for queued jobs.
2525
* [Running queues](running-queues)
2626
* [Commands](commands.md)
2727
* [Troubleshooting](troubleshooting.md)
28+
29+
### Acknowledgements
30+
31+
Every open-source project depends on its contributors to be a success. The following users have
32+
contributed in one manner or another in making this project:
33+
34+
<a href="https://github.com/codeigniter4/queue/graphs/contributors">
35+
<img src="https://contrib.rocks/image?repo=codeigniter4/queue" alt="Contributors">
36+
</a>
37+
38+
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)