Skip to content

Commit

Permalink
Add link to existing documentation issues in "give feedback" (infra) (#…
Browse files Browse the repository at this point in the history
…738)

Add link to existing documentation issues in "give feedback"

When clicking on "Give feedback" in the upper right of any documentation
page, a GitHub issue is created. Its body now includes a text inviting
the user to check
https://github.com/canonical/checkbox/labels/documentation before
raising their issue or question.
  • Loading branch information
pieqq committed Sep 26, 2023
1 parent e120173 commit f7aad4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.sphinx/_static/github_issue_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ window.onload = function() {
+ "&body=*Please describe the question or issue you're facing with "
+ `"${document.title}"`
+ ".*"
+ "%0A%0A"
+ "<!-- "
+ "%0A"
+ "Please check if your question or issue is not already listed here: "
+ "%0A"
+ github_url
+ "/labels/documentation"
+ "%0A"
+ "-->"
+ "%0A%0A%0A%0A%0A"
+ "---"
+ "%0A"
Expand Down

0 comments on commit f7aad4f

Please sign in to comment.