hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
969 stars 294 forks source link

chore: added templates etc to enable contributions #713

Open taeh98 opened 9 months ago

taeh98 commented 9 months ago

Hey @hossein-zare, I hope you're doing well!

I've made some stuff that will help people contribute to the repo in the future:

When you get time, please could you take a look and let me know what you think of the general idea and what I've made? Thanks :)

hossein-zare commented 9 months ago

Hey,

I appreciate the changes. Some of the templates are complicated and confusing as I personally don't provide all the information or answer the questions asked when reporting a bug or I may give up, I'm lazy 😕. Please keep them as simple as possible or Submit them in a separate PR, I'll edit them later.

Thanks. 🙂

taeh98 commented 9 months ago

Hey,

I appreciate the changes. Some of the templates are complicated and confusing as I personally don't provide all the information or answer the questions asked when reporting a bug or I may give up, I'm lazy 😕. Please keep them as simple as possible or Submit them in a separate PR, I'll edit them later.

Thanks. 🙂

Hey @hossein-zare

I guess it's a balance. At the moment, a lot of the issues are low quality, without all the info needed to follow them up properly. On the other hand, yeah, it might dissuade people from making an issue if they have to fill out a lot of stuff. At the same time, if someone really does have a bug/feature request/problem, I think they will be motivated enough to fill them out (maybe even lazily, missing or deleting some stuff).

I'll have another look at some point and see if I can strip anything back from them. In the meantime, I merged in some unrelated but straightforward stuff, so it's just the templates and contributing file in this PR now, making it easier to review.

Thanks!