diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..845401b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Is it really a bug?** +Before opening an issue, check the following: +1. You are using the **Client side integration** key +2. The correct domain, with protocol, is setup. +3. You are using an **Invisible** reCAPTCHA key. +4. If the widget doesn't appear, that is expected since the library will try to resolve the challenge _invisibly_. + +https://www.google.com/recaptcha/admin#site + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. ... +4. Profit (jk See error) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +Please add as many logs as you feel necessary. Be mindful of your application and remove any sensitive data. + +**Additional context** +Add any other context about the problem here.