Skip to content

Commit

Permalink
Merge pull request #13 from michalsn/contributors
Browse files Browse the repository at this point in the history
Add contributors list
  • Loading branch information
michalsn authored Dec 17, 2023
2 parents 088523a + 36b9551 commit 29ba51b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Queues for the CodeIgniter 4 framework.

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

## Installation

Expand Down Expand Up @@ -58,4 +59,11 @@ Run the queue worker:

## Docs

https://codeigniter4.github.io/queue/
Read the full documentation: https://queue.codeigniter.com

## Contributing

We does accept and encourage contributions from the community in any shape. It doesn't matter
whether you can code, write documentation, or help find bugs, all contributions are welcome.
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.

11 changes: 11 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Listen for queued jobs.
* [Running queues](running-queues)
* [Commands](commands.md)
* [Troubleshooting](troubleshooting.md)

### Acknowledgements

Every open-source project depends on its contributors to be a success. The following users have
contributed in one manner or another in making this project:

<a href="https://github.com/codeigniter4/queue/graphs/contributors">
<img src="https://contrib.rocks/image?repo=codeigniter4/queue" alt="Contributors">
</a>

Made with [contrib.rocks](https://contrib.rocks).

0 comments on commit 29ba51b

Please sign in to comment.