From 9d0805c97c890f8d4faf41c85615d1c8a5c80052 Mon Sep 17 00:00:00 2001 From: erfanva Date: Wed, 30 Oct 2024 21:08:56 +0330 Subject: [PATCH] chore: add contribute section to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 00d4fbc..1db20e0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ AdminJS.registerAdapter(AdminJSMongoose) More options can be found on [AdminJS](https://github.com/SoftwareBrothers/adminjs) official website. +## Contribute + +If you would like work on an AdminJS and develop new features please check out our [Contribution Guide](https://github.com/SoftwareBrothers/adminjs/blob/master/CONTRIBUTING.md) + +There you can find instructions on how to run AdminJS locally for development. + +If you're searching for tasks you can contribute to, we currently accept contributions to issues in our [Kanban Board](https://github.com/orgs/SoftwareBrothers/projects/5/views/1). + +Any small or large contribution or any input into discussion is welcome! + ## License AdminJS is copyrighted © 2023 rst.software. It is a free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) file.