|
| 1 | +--- |
| 2 | +name: "🛟 Question or help" |
| 3 | +about: Ask a question or for help using the library. |
| 4 | +title: 'Question/help: ' |
| 5 | +labels: [ 'help needed' ] |
| 6 | +--- |
| 7 | + |
| 8 | +<!-- |
| 9 | +Thank you for your question or problem and for using this library! |
| 10 | +Please fill out all the information below to get help. |
| 11 | +Doing so helps us to assess your question or problem and help you 😃 |
| 12 | +--> |
| 13 | + |
| 14 | +## ✅ Checklist |
| 15 | + |
| 16 | +- [ ] I have searched |
| 17 | + through [the other issues for this library](https://github.com/hossein-zare/react-native-dropdown-picker/issues), |
| 18 | + and I am confident that my question/problem is not a duplicate. |
| 19 | +- [ ] I have checked and |
| 20 | + read [this library's docs](https://hossein-zare.github.io/react-native-dropdown-picker-website) |
| 21 | + to try to solve my question/problem by myself. |
| 22 | +- [ ] I have checked and |
| 23 | + read [this library's GitHub issues](https://github.com/hossein-zare/react-native-dropdown-picker/issues) |
| 24 | + to try to solve my question/problem by myself. |
| 25 | +- [ ] I have checked and |
| 26 | + read [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-dropdown-picker) |
| 27 | + to try to solve my question/problem by myself. |
| 28 | +- [ ] I have |
| 29 | + examined [this library's examples](https://github.com/taeh98/react-native-dropdown-picker/tree/dev-5.x/examples) |
| 30 | + to try to solve my question/problem by myself. |
| 31 | +- [ ] My question/problem relates to this library and not others, e.g. React |
| 32 | + Native or another dependency in my project. |
| 33 | +- [ ] My question/problem is not a bug report or a feature request (if so, |
| 34 | + create a different type of issue). |
| 35 | +- [ ] I understand that each question/problem should be submitted in its own |
| 36 | + issue. Therefore, this issue will contain only one question/problem. I will |
| 37 | + submit any other questions/problems I have in their own, separate issues. |
| 38 | + |
| 39 | +## 🔬 Research |
| 40 | + |
| 41 | +### Relevant docs pages |
| 42 | + |
| 43 | +<!-- |
| 44 | +Please include the links to every docs page relevant to your question or problem. |
| 45 | +If there is no relevant information, please include links to the docs pages |
| 46 | +which should provide relevant information. Please describe the additional |
| 47 | +information they should contain. Please make an issue in the docs repo stating |
| 48 | +that this information should be added. The docs repo is: https://github.com/hossein-zare/react-native-dropdown-picker-website |
| 49 | +--> |
| 50 | + |
| 51 | +### Relevant GitHub issues |
| 52 | + |
| 53 | +<!-- |
| 54 | +Please include links to every GitHub issue relevant to your question or problem. |
| 55 | +--> |
| 56 | + |
| 57 | +### Relevant Stack Overflow questions |
| 58 | + |
| 59 | +<!-- |
| 60 | +Please include links to every Stack Overflow question relevant to your question or problem. |
| 61 | +--> |
| 62 | + |
| 63 | +## ⚠️ The problem |
| 64 | + |
| 65 | +### What I need help with |
| 66 | + |
| 67 | +<!-- |
| 68 | +Please describe what your issue is, the question you have, or the help you need. |
| 69 | +Maybe you want to customise a DropDownPicker in a certain way but don't know how? |
| 70 | +Maybe you're trying to do something and have copied the docs, but it isn't working? |
| 71 | +--> |
| 72 | + |
| 73 | +### What I've tried already |
| 74 | + |
| 75 | +<!-- |
| 76 | +Please describe the steps you've taken to try to fix your issue yourself. |
| 77 | +This might be how you tried to research a question or tried to add a function. |
| 78 | +--> |
| 79 | + |
| 80 | +### 🔁 Minimal reproducible example |
| 81 | + |
| 82 | +<!-- |
| 83 | +If your problem relates to you being unable to do something, provide an MRE. |
| 84 | +Remove everything other than the bare minimum required to demonstrate how you're |
| 85 | +trying to achieve your desired outcomes and how it isn't working. |
| 86 | +
|
| 87 | +This example might be within: |
| 88 | +- an Expo Snack (https://snack.expo.dev) |
| 89 | +- a CodeSandbox (https://codesandbox.io) |
| 90 | +- a GitHub repo or gist |
| 91 | +
|
| 92 | +We recommend using an Expo Snack to create a minimal reproducible example. |
| 93 | +Here are some tips to help you: https://stackoverflow.com/help/mcve |
| 94 | +--> |
| 95 | + |
| 96 | +Link to minimal reproducible example: <paste_link_here> |
| 97 | + |
| 98 | +## 🏁 Additional context/info |
| 99 | + |
| 100 | +<!-- |
| 101 | +Please include any other information you think is relevant to this problem/question/etc. |
| 102 | +Do you have any ideas or hunches on how to solve your issue? |
| 103 | +--> |
0 commit comments