cloudflare/Cloudflare-WordPress

Public

mirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v4.11.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/bug.yml

74lines · modecode

1name: "\U0001F41B Bug report"
2description: "When something isn't working as expected or documented"
3labels: ["kind/bug", "needs-triage"]
4body:
5- type: checkboxes
6 attributes:
7 label: Confirmation
8 description: |
9 Please make sure to have followed the following checks before opening a
10 new issue.
11 options:
12 - label: My issue isn't already found on the issue tracker.
13 required: true
14 - label: I have replicated my issue using the latest version of the plugin and it is still present.
15 required: true
16- type: input
17 attributes:
18 label: WordPress version
19 description: |
20 What version of WordPress are you running? This is available in the
21 WordPress dashboard.
22 validations:
23 required: true
24- type: input
25 attributes:
26 label: Cloudflare-WordPress version
27 description: |
28 What version of the plugin are you running? This is available in the
29 WordPress dashboard > Plugins > Cloudflare > Settings.
30 validations:
31 required: true
32- type: input
33 attributes:
34 label: PHP version
35 description: |
36 What version of PHP are you running?
37 validations:
38 required: true
39- type: textarea
40 attributes:
41 label: Expected result
42 description: What did you expect to happen?
43 validations:
44 required: true
45- type: textarea
46 attributes:
47 label: Actual result
48 description: What actually happened?
49 validations:
50 required: true
51- type: textarea
52 attributes:
53 label: Steps to reproduce
54 description: How can your issue be replicated?
55 placeholder: |
56 1. ...
57 2. ...
58 3. ...
59 validations:
60 required: true
61- type: textarea
62 attributes:
63 label: Additional factoids
64 description: Is there any other important information you'd like to share?
65 validations:
66 required: false
67- type: textarea
68 attributes:
69 label: References
70 description: |
71 Are there any other GitHub issues (open or closed) or Pull Requests that
72 should be linked here?
73 validations:
74 required: false