neilenns / node-deepstackai-trigger

Detects motion using Deepstack AI and calls registered triggers based on trigger rules.
MIT License
165 stars 28 forks source link

stability and maintenance #448

Closed hiro5id closed 2 years ago

hiro5id commented 2 years ago

Description of changes

Checklist

If your change touches anything under src or the README.md file these items must be done:

hiro5id commented 2 years ago

closing.... I should have read the contribution readme, to create pull requests using feature branch

neilenns commented 2 years ago

@hiro5id Thanks for the contribution. When you open your next PR please open three issues for the three things you are addressing and do one fix in each PR (three total). Thanks!

hiro5id commented 2 years ago

I'm not sure how to do that easily @neilenns . I am making a lot of improvements but they depend on each other, and I don't want to have to wait for each PR to be accepted before I can build on top of it to submit the next PR. I am trying to fix some deficiencies for myself, and I am more than happy to contribute my changes back. But I don't know how to split them up into separate PR's without taking weeks of back and forth.

Perhaps I can consolidate each logical change into separate commits, but all in one PR ? I don't know i'll have a look what I can do.

neilenns commented 2 years ago

@hiro5id You have separate feature branches for each improvement you want to make, and have to wait for the PRs to be accepted if there are dependencies. This PR didn't have any, it was three independent things that could be opened and merged concurrently.

Also there have to be issues logged for the changes first, so I know what is coming and we can discuss the approach (if appropriate) to resolving them.