Skip to content

Commit d92eb5e

Browse files
committed
docs: auto use template on negative page feedback
1 parent 5c5d0cb commit d92eb5e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/doc_improvement_req.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for taking the time to help with our documentation!
9+
Thank you for taking the time to help with our documentation!
1010
1111
- type: input
1212
id: page

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ extra:
7171
name: This page was helpful
7272
data: 1
7373
note: >-
74-
Thanks for your feedback!
74+
Thanks for your feedback! Your feedback helps us improve our documentation.
7575
- icon: material/heart-broken
7676
name: This page could be improved
7777
data: 0
7878
note: >-
79-
Thanks for your feedback! Please create an <a href="https://github.com/interactions-py/interactions.py/issues/new/choose">issue on Github</a> if you have any suggestions.
80-
consent:
79+
Thanks for your feedback! So we can improve our documentation, please <a href="https://github.com/interactions-py/interactions.py/issues/new?assignees=LordOfPolls&labels=documentation&template=doc_improvement_req.yml&title=docs:+{title}&page={title} : {url}">open an issue</a> so we can improve our documentation.
8180
title: Cookie consent
8281
description: >-
8382
We use cookies to measure the effectiveness of our documentation and whether users

0 commit comments

Comments
 (0)