Skip to content

Commit fc117d4

Browse files
authored
chore: fix report handling
1 parent 9055572 commit fc117d4

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: 📚 Documentation
2+
description: Report any issues or suggest improvements for our documentation.
3+
labels: ["type: docs"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Hello 👋
9+
10+
Thank you for taking the time to report an issue or suggest an improvement. Please complete the sections below to help the Zerops team understand and address your feedback quickly.
11+
12+
Useful links:
13+
14+
- [Contribution Guidelines](https://github.com/zeropsio/docs/blob/main/CONTRIBUTING.md)
15+
- [Documentation](https://docs.zerops.io/)
16+
- type: checkboxes
17+
attributes:
18+
label: Preliminary Checks
19+
description: Please review and check each box before submitting.
20+
options:
21+
- label: "I have searched for similar issues: https://github.com/zeropsio/docs/issues"
22+
required: true
23+
- type: textarea
24+
validations:
25+
required: true
26+
attributes:
27+
label: Issue Summary
28+
description: |
29+
Please describe the issue or improvement you'd like to report.
30+
- type: textarea
31+
validations:
32+
required: false
33+
attributes:
34+
label: Suggested Solution
35+
description: If you have ideas for how this issue could be fixed or improved, outline the steps below.
36+
value: |
37+
1.
38+
2.
39+
3.
40+
- type: checkboxes
41+
attributes:
42+
label: Would you like to help fix this issue?
43+
description: If you're interested in contributing a solution, check the box below.
44+
options:
45+
- label: "I would like to work on this"
46+
required: false

apps/docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const config = {
151151
href: "https://github.com/zeropsio",
152152
},
153153
],
154-
reportCodeLinkPrefix: "",
154+
reportCodeLinkPrefix: "https://github.com/zeropsio/docs/issues/new?assignees=&labels=type%3A+docs&template=docs.yml&title=",
155155
footerFeedback: {
156156
event: "survey",
157157
},

0 commit comments

Comments
 (0)