#Where to ask for open source projects that look for contributors
12 messages · Page 1 of 1 (latest)
thanks but i'd rather contribute to an Angular app, not to Angular framework itself
Maybe you can checkout "awesome angular"
IMO the best entry is whatever libraries you use. Documentation for just about any library would be a great start. I make a variety of contributions to libraries I thought I didn't have the chops to contribute to, and my foot in the door to feeling the confidence to do so has been documentation of each library.
For a tangible library with a chance at landing a feature, if you have made your own novel utility function or operator, it may fit in ngxtension. A lot of people propose a utility in an issue and if there is traction make a PR. I made allEventsSignal/allEventsObservable in the library for example, and it has been hashed out even better by others adding to it.
Hey yeah, this is a great idea
but in order to create a utily that serves a real purpose
you have to encounter the real problem first
this is most typical flow
and in order to encounter issues for which you write utils, you have to write apps first
now obviously some people think ahead many steps in the future