Skip to content

Commit

Permalink
chore: fix report handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 authored Sep 29, 2024
1 parent 9055572 commit fc117d4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: 📚 Documentation
description: Report any issues or suggest improvements for our documentation.
labels: ["type: docs"]
body:
- type: markdown
attributes:
value: |
# Hello 👋
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.
Useful links:
- [Contribution Guidelines](https://github.com/zeropsio/docs/blob/main/CONTRIBUTING.md)
- [Documentation](https://docs.zerops.io/)
- type: checkboxes
attributes:
label: Preliminary Checks
description: Please review and check each box before submitting.
options:
- label: "I have searched for similar issues: https://github.com/zeropsio/docs/issues"
required: true
- type: textarea
validations:
required: true
attributes:
label: Issue Summary
description: |
Please describe the issue or improvement you'd like to report.
- type: textarea
validations:
required: false
attributes:
label: Suggested Solution
description: If you have ideas for how this issue could be fixed or improved, outline the steps below.
value: |
1.
2.
3.
- type: checkboxes
attributes:
label: Would you like to help fix this issue?
description: If you're interested in contributing a solution, check the box below.
options:
- label: "I would like to work on this"
required: false
2 changes: 1 addition & 1 deletion apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const config = {
href: "https://github.com/zeropsio",
},
],
reportCodeLinkPrefix: "",
reportCodeLinkPrefix: "https://github.com/zeropsio/docs/issues/new?assignees=&labels=type%3A+docs&template=docs.yml&title=",
footerFeedback: {
event: "survey",
},
Expand Down

0 comments on commit fc117d4

Please sign in to comment.