Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Add new issue template #470

Merged
merged 1 commit into from
Dec 23, 2022
Merged
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/page-feedback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Page Feedback
description: Give us your feedback.
title: "[Feedback]: "
labels: ["feedback", "triage"]
assignees:
- amplitude-dev-docs
body:
- type: markdown
attributes:
value: |
Thanks for helping us improve the docs!
- type: textarea
id: improvement-description
attributes:
label: What feedback do you want to give us?
description: Please be as specific as possible.
placeholder: Add your ideas here.
validations:
required: true
- type: textarea
id: doc-page
attributes:
label: Which page needs an update?
description: Add the URL of the page.
placeholder: https://example.com
validations:
required: true