Ask HN: Starting an open-source project, What are your “must-do”?
As a junior/self learning/independent programmer, and will start a open-source app as side project,
Do you have any tutorial/advices?
I will be using python, and have some doubts,
For exemple i dont follow that much PEP8 and kind of have my own style of writing, Is it mandatory to change it and follow 100% PEP8?
I use to make a lots of commits, minor changes, but all the project i read make few.
I would like to have people contribute and use it, do you have any tip or tutorial of the most do in open-source developement?
Thank you
4 comments
[ 3.9 ms ] story [ 22.2 ms ] threadPlan for and/or create rules for how people can contribute
Publicize it
Show how it will help its users' loves be "better" - don't give a feature laundry list: make me want to use it
Have fun
Don't be surprised if [almost] no one ever contributes, helps, or uses it other than yourself - and be ok with that likelihood
I think the most important part is to make it as easy as possible to use the first time, and detail the main use cases in the readme, including how to install all the perquisites.
Sometimes I start a project without git and then decide to open source it, so my first commit is "v1, works" and the commit counter is low.
For me, it is also the case that things like learning to follow PEP8 are part of what I can get out of any side project...and worth getting because they are not worth fighting over. On the other hand, the idea of "unpytonic" as embodied in PEP8 are why I don't like the Python language community's norms very much...the norms are tribal in an unhealthy way and it comes down from the top.