diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-18 13:29:54 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-18 13:29:54 +0300 |
commit | fd70f95224374d23157ee7c0357733102cd0df53 (patch) | |
tree | e490c12e021cedaf211b292d5d623baa32a673fc /node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md |
Diffstat (limited to 'node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md')
-rw-r--r-- | node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md b/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md new file mode 100644 index 0000000..bcf02d4 --- /dev/null +++ b/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REQUEST_A_FEATURE.md @@ -0,0 +1,24 @@ +--- +name: "\U0001F680 Request a feature" +about: "Do you want to suggest a new feature?" +--- + +<!-- Please answer the following. Issues that do not will be closed. --> + +> What is the problem you're trying to solve? + +e.g. "We need the ability reset and or clear the state..." + +> What solution would you like to see? + +e.g. "Expose a new method that..." + +<!-- +Before posting, please check that the feature hasn't already been discussed previously (https://github.com/phantomstudios/use-local-state/search) + +You can help us add the feature more quickly by: +1. Providing as much detail as possible in this issue + +Once the feature is approved, you can help out further by: +1. Writing the code and submitting a PR. +--> |