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

Issue templates #6860

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Akamai/Linode Customer Support
url: https://www.linode.com/docs/products/platform/get-started/guides/support/#contact-customer-support/
about: For issues with an Akamai/Linode account or resources
- name: Community Questions Forums
url: https://www.linode.com/community/questions/
about: For other cloud computing discussions not related to specific Linode documentation
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/docs-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Docs issue report
description: Report an issue for an article on the Linode documentation site
title: "[Docs issue]: "
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
Use this form to file an issue with an article on [https://www.linode.com/docs/](linode.com/docs).

- If you would prefer to provide a 1-5 star rating for a guide, a feedback form is linked to from the bottom of each article.
- A Disqus form is also available at the bottom of each article to discuss it with other readers.
- For issues with your Akamai/Linode account or resources, please [contact customer support](https://www.linode.com/docs/products/platform/get-started/guides/support/#contact-customer-support).
- For other cloud computing discussions not related to specific Linode documentation, visit the [Community Questions forum](https://www.linode.com/community/questions/).

Thank you for filing your report!
- type: input
id: file
attributes:
label: The source article
description: A link to an article on https://www.linode.com/docs/
placeholder: https://www.linode.com/docs/
validations:
required: false
- type: textarea
id: context
attributes:
label: Relevant material from article
description: The text, code samples, commands, from the article that the issue is in reference to
placeholder: Copy and paste relevant content from article here
render: shell
- type: textarea
id: issue-description
attributes:
label: Description of issue
description: A summary of the problem, along with any suggested fixes you may have
placeholder: |
Tell us about any:
- Incorrect or outdated information
- Sample code or commands that produce errors
- Unclear instructions or missing steps
- Typos, spelling errors, or grammar issues
- Other problems not mentioned here
validations:
required: true
- type: dropdown
id: category
attributes:
label: Issue category
description: What category best describes the issue?
options:
- Information incorrect or outdated
- Sample code or command produces error
- Unclear instructions or missing steps
- Typo, spelling, or grammar issue
- Other
default: 4
validations:
required: true
Loading