Skip to content

Commit 8bd76c5

Browse files
authored
PHP bug template
1 parent e06db78 commit 8bd76c5

File tree

1 file changed

+22
-35
lines changed

1 file changed

+22
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,22 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
5-
---
6-
7-
**Describe the bug**
8-
A clear and concise description of what the bug is.
9-
10-
**To Reproduce**
11-
Steps to reproduce the behavior:
12-
1. Go to '...'
13-
2. Click on '....'
14-
3. Scroll down to '....'
15-
4. See error
16-
17-
**Expected behavior**
18-
A clear and concise description of what you expected to happen.
19-
20-
**Screenshots**
21-
If applicable, add screenshots to help explain your problem.
22-
23-
**Desktop (please complete the following information):**
24-
- OS: [e.g. iOS]
25-
- Browser [e.g. chrome, safari]
26-
- Version [e.g. 22]
27-
28-
**Smartphone (please complete the following information):**
29-
- Device: [e.g. iPhone6]
30-
- OS: [e.g. iOS8.1]
31-
- Browser [e.g. stock browser, safari]
32-
- Version [e.g. 22]
33-
34-
**Additional context**
35-
Add any other context about the problem here.
1+
**Issue description**
2+
<!-- One or two sentences describing the problem -->
3+
4+
**Environment**
5+
<!-- The server or development environment where you're seeing the problem -->
6+
7+
* OS name and version:
8+
* PHP version:
9+
* Web server name and version:
10+
* `google/recaptcha` version:
11+
* Browser name and version:
12+
13+
**Reproducing the issue**
14+
<!-- Where possible link to a URL where the problem can be seen or show code that causes it -->
15+
16+
* URL (optional): <!-- if your integration is already deployed and the issue is visible -->
17+
* Code (optional): <!-- share a link to the code you're using or an example in a Gist -->
18+
19+
***User steps***
20+
<!-- Detail the necessary steps to reproduce the issue. Include the output of any error messages. -->
21+
22+
1. Visit page...

0 commit comments

Comments
 (0)