orator icon indicating copy to clipboard operation
orator copied to clipboard

Add a contributing.md?

Open abhay-raizada opened this issue 5 years ago • 13 comments

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?

abhay-raizada avatar Mar 07 '19 06:03 abhay-raizada

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.

psincraian avatar Mar 07 '19 13:03 psincraian

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.

zardilior avatar May 25 '19 18:05 zardilior

@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

josephmancuso avatar May 25 '19 18:05 josephmancuso

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

zardilior avatar Jun 07 '19 23:06 zardilior

@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?

zardilior avatar Jun 07 '19 23:06 zardilior

@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

josephmancuso avatar Jun 08 '19 00:06 josephmancuso

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

zardilior avatar Jun 08 '19 15:06 zardilior

http://slack.masoniteproject.com

josephmancuso avatar Jun 08 '19 16:06 josephmancuso

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

zardilior avatar Jun 14 '19 13:06 zardilior

@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!

abhay-raizada avatar Jun 18 '19 10:06 abhay-raizada

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

josephmancuso avatar Jun 18 '19 12:06 josephmancuso

nice! can we use it independently outside of masonite?

abhay-raizada avatar Jun 25 '19 11:06 abhay-raizada

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

josephmancuso avatar Jun 25 '19 11:06 josephmancuso