From fd70f95224374d23157ee7c0357733102cd0df53 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 18 Aug 2024 13:29:54 +0300 Subject: initial --- .../.github/ISSUE_TEMPLATE/REPORT_A_BUG.md | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md (limited to 'node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md') diff --git a/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md b/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md new file mode 100644 index 0000000..aed65f3 --- /dev/null +++ b/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md @@ -0,0 +1,41 @@ +--- +name: "\U0001F41B Report a bug" +about: "Is something not working as you expect?" +--- + + + +> Clearly describe the bug + +e.g. "Data does not persist upon refresh." + +> Which version of use-local-state are you using? + +e.g. `0.1.0` + +> What version of React are you using use-local-state within? + +e.g. `16.9.0` + +> What build/platform are you using? + +e.g. "Next.js 10" + +> What did you expect to happen? + +e.g. "Updated value to be persisted." + +> What actually happened (e.g. what warnings or errors did you get)? + +e.g. "Hook always returns default state." + + -- cgit v1.2.3