DEV Community

Discussion on: What's your checklist and suggestions for starting a new tech project/blog?

Collapse
 
dangoslen profile image
Dan Goslen

I'd advocate for planning for contribution early. What does that mean? Go ahead and create your project with proper documentation for how to develop in it as if it were open-source. Create the proper branch protections and status checks for pull requests. I've had personal projects were I neglected these things and it was difficult for even myself to come back and remember how to develop in my own project :)

Just my thoughts

Collapse
 
krrish96 profile image
Sai Krishna

Thank you for your comment!☺️

True that, with proper planning comes the great outcome.