Skip to content
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
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/issue-content-01-sdks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "📝 SDK Documentation"
labels: ["Type: Content", "SDKs"]
name: '📝 SDK Documentation'
labels: ['Type: Content', 'SDKs']
description: Missing, incorrect, or unclear documentation of SDKs.
type: Improvement
body:
- type: markdown
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/issue-content-02-product.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "📝 Product Documentation"
labels: ["Type: Content", "Product"]
name: '📝 Product Documentation'
labels: ['Type: Content', 'Product']
description: Missing, incorrect, or unclear documentation of product features.
type: Improvement
body:
- type: markdown
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue-content-03-develop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "📝 Documentation on develop.sentry.dev"
labels: ["Type: Content", "Develop"]
name: '📝 Documentation on develop.sentry.dev'
labels: ['Type: Content', 'Develop']
description: Missing, incorrect, or unclear developer documentation.
type: Improvement
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -35,4 +36,3 @@ body:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue-platform-404.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "💻 Docs Platform: 🔗 404 Error"
labels: "Type: Platform,404"
name: '💻 Docs Platform: 🔗 404 Error'
labels: 'Type: Platform,404'
description: Broken links, missing pages, and other 404 errors.

type: Bug
body:
- type: textarea
id: url
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/issue-platform-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "💻 Docs Platform: 🐞 Bug"
labels: "Type: Platform,Bug"
name: '💻 Docs Platform: 🐞 Bug'
labels: 'Type: Platform'
type: Bug
description: Problems with the technical platform of our docs.
body:
- type: textarea
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/issue-platform-improvement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "💻 Docs Platform: ✨ Improvement"
labels: "Type: Platform,Improvement"
name: '💻 Docs Platform: ✨ Improvement'
labels: 'Type: Platform'
description: Ideas on how we can improve the technical capabilities of our docs platform.
type: Improvement
body:
- type: textarea
id: problem
Expand Down