sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
https://orator-orm.com
MIT License
1.43k stars 174 forks source link

Add a contributing.md? #292

Open abhay-raizada opened 5 years ago

abhay-raizada commented 5 years ago

i absolutely love the project idea and implementation. Would love to contribute. But cant find an irc? or contribution standards? any pointers? also maybe a good first issue label might be a great idea?

psincraian commented 5 years ago

I want to contribute too.

I have start by setting up the environment and is not so easy because you need the databases. To make things easier for everyone I will try to user docker and document all the process.

zardilior commented 5 years ago

Is this still on? Because I am also interested on contributing and we should definetely go for a contributing.md as well as instructions on mounting the dev environment.

josephmancuso commented 5 years ago

@zardilior I got pretty much full access to this repo from @sdispater but he has been really busy with his other projects like Poetry and Pendulum.

I am also very busy with @masoniteframework https://github.com/MasoniteFramework/masonite and don't really have the time to learn and work the codebase.

If Orator has a dedicated maintainer it would go through the roof. If you are interested in taking on that challenge you can join the Masonite slack group and you can bounce questions and work with us

zardilior commented 5 years ago

@josephmancuso I would need a second guy to become a dedicated mantainer myself. So how about going into the Masonite slack group?

zardilior commented 5 years ago

@josephmancuso If you give me access I will, gather a community around orator, fix all easy to fix bugs, learn the codebase and make docs to explain it, pass most issues to stack overflow to popularize the framework :D So how about that? Do I win the mantainer election?

josephmancuso commented 5 years ago

@zardilior yeah that'd be great. I don't have the rights to give people access but I'll message @sdispater to give you access

zardilior commented 5 years ago

@josephmancuso thanks man!! Also how do I enter the slack you were mentioning?

josephmancuso commented 5 years ago

http://slack.masoniteproject.com

zardilior commented 5 years ago

@abhsag24 @psincraian you are still interested? Let's fork the project and make a slack!! join the masonite too!

abhay-raizada commented 5 years ago

@zardilior yep. I'm also working on an annotate library which adds model description comments on each model file kinda like https://github.com/ctran/annotate_models . I'd be interested in taking this forward as well!

josephmancuso commented 5 years ago

@abhsag24 this might help https://github.com/MasoniteFramework/core/blob/2.2/masonite/commands/ModelDocstringCommand.py

abhay-raizada commented 5 years ago

nice! can we use it independently outside of masonite?

josephmancuso commented 5 years ago

umm not exactly. You could use Cleo and register it with the Cleo command class manually and it should work but might want to take it and make it more adaptable to your application. Unless that works for you