Skip to content

Commit 83a8c85

Browse files
Add contributors list (#145)
* add info about contributing * list contributors in the docs * Update README.md Co-authored-by: Lonnie Ezell <lonnieje@gmail.com> --------- Co-authored-by: Lonnie Ezell <lonnieje@gmail.com>
1 parent f1af020 commit 83a8c85

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A task scheduler for CodeIgniter 4.
99

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

1314
## Installation
1415

@@ -55,4 +56,10 @@ class Tasks extends BaseTasks
5556

5657
## Docs
5758

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

docs/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Besides that, it provides CLI tools to help you manage the tasks that should be
99
This library relies on [CodeIgniter\Settings](https://github.com/codeigniter4/settings) library to store
1010
information, which provides a convenient way of storing settings in the database or a config file.
1111

12+
### Requirements
13+
14+
![PHP](https://img.shields.io/badge/PHP-%5E7.4-red)
15+
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.1-red)
16+
1217
### Quickstart
1318

1419
Install via Composer:
@@ -31,3 +36,14 @@ class Tasks extends BaseTasks
3136
}
3237
}
3338
```
39+
40+
### Acknowledgements
41+
42+
Every open-source project depends on its contributors to be a success. The following users have
43+
contributed in one manner or another in making this project:
44+
45+
<a href="https://github.com/codeigniter4/tasks/graphs/contributors">
46+
<img src="https://contrib.rocks/image?repo=codeigniter4/tasks" alt="Contributors">
47+
</a>
48+
49+
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)