sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Add more maintainers #48

Open sibelius opened 7 years ago

sibelius commented 7 years ago

The idea of this package is great, but there are still some bugs on it

the development is stopped since last August, would be good to add more maintainers to help review Pull requests and help fix issues

sghiassy commented 7 years ago

@sibelius - agreed.

Any volunteers?

sghiassy commented 7 years ago

Maintainers needed

When I released this package I wasn't aware it would be helpful for that many people. To my surprise, it has become used more and more. The flipside is that an open-source package requires a lot of work to keep up and running. This is work I'd love to do, but my work schedule in short-term seems overloaded as it is, so I don't think I can be that person(s) for the time being. So with that being said, I'm looking to bring on one or more maintainers to help maintain and improve this package.

Questions I have

st0ffern commented 7 years ago

I would be glad to help out.

Answers:

  1. Pick people you know are in the community and theyr repos and what they have to offer.
  2. Add Semantic Release and Commitizen to the repo. Make branches with versions and release them throu like they should with Semantic Release. Look here: https://github.com/semantic-release/semantic-release and here: https://github.com/commitizen/cz-cli (autmated NPM releasing, Release notes, and Changelog)
  3. Dont think Roadmap is the place to start. I find it a little overkill 😉

Add a real test like jest would be a nice thing to have. It will ensure that everything works after a commit.