You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report an issue with the hwptoolkit documentation.
3
+
title: "[docs]: "
4
+
labels: ["docs"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
## Thank you for helping us improve our documentation!
10
+
11
+
Before opening this issue, consider contributing the fix yourself! Check our [Documentation Contribution Guide](https://github.com/wpengine/hwptoolkit/blob/main/CONTRIBUTING.md#writing-documentation) to learn how to edit our docs following the [Diátaxis](https://diataxis.fr/) approach.
12
+
13
+
For feature requests or general questions, please use [GitHub Discussions](https://github.com/wpengine/hwptoolkit/discussions) instead.
14
+
15
+
- type: textarea
16
+
id: issue
17
+
attributes:
18
+
label: What is the documentation issue?
19
+
description: Briefly describe the problem with the documentation
20
+
placeholder: "Example: The tutorial for HWP Previews contains outdated configuration steps"
21
+
validations:
22
+
required: true
23
+
24
+
- type: textarea
25
+
id: context
26
+
attributes:
27
+
label: Additional context
28
+
description: Any extra details that might help us understand the issue
29
+
placeholder: "Example: The documentation mentions an old API that was changed in v2.0"
30
+
validations:
31
+
required: false
32
+
33
+
- type: input
34
+
id: page-link
35
+
attributes:
36
+
label: Link to the documentation page (if it exists)
37
+
description: Provide the URL or file path to the affected documentation
0 commit comments