Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix report handling #53

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading