rapidjs / rapid.js

An ORM-like Interface and a Router For Your API Requests
https://rapidjs.drewjbartlett.com
711 stars 45 forks source link

Version 2 Checklist #50

Open drewjbartlett opened 6 years ago

drewjbartlett commented 6 years ago

Version 2 Checklist

Documentation
Fixes
Enhancements
Build
Tests

I can add a contributing guide for this. But for now:

  1. Please run npm run unit:watch while working on new features and fixes. Do you best to make small changes while always keeping the tests green.
  2. Only submit small pull requests that are specific to the task. (Horizontal refactoring). If you see something else unrelated that needs fixing, make a ticket or write down a note to address it later

For now we can use issues or projects. @mgred I have not used projects for this but we can look into it!

drewjbartlett commented 6 years ago

@mgred let's use this as a base right now. We can work off developand make small pull requests against it while we are working. How would be best for me to delegate detailed tasks to you?

ctsstc commented 6 years ago

It might be good to use some of the github templating if you would like people to follow contributing guidelines.

https://blog.github.com/2016-02-17-issue-and-pull-request-templates/

mgred commented 6 years ago

@drewjbartlett cool plan.

Only submit small pull requests that are specific to the task

I like that workflow, think its quite efficient to do small but qualitative steps

How would be best for me to delegate detailed tasks to you?

You can give me any task, with a short description in an issue, I think that's enough BTW, does this list has any priority order?

drewjbartlett commented 6 years ago

@ctsstc @mgred I am down to use issues with templates. Also, there is no priority order on that list at the moment. I have taken on a handful of those tasks at the moment. I will break them up and delegate to you guys if you're down