Skip to content

Commit 45893ce

Browse files
Add the issue template for guide-related problems (#4386)
--------- Co-authored-by: Dániel Csorba <[email protected]>
1 parent 465e29d commit 45893ce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/guide.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Issue with the Coroutines guide
3+
about: Problems on https://kotlinlang.org/docs/coroutines-guide.html
4+
title: ''
5+
labels: guide
6+
assignees: ''
7+
8+
---
9+
10+
**Which page?**
11+
12+
Drop a link to a specific page, unless you're reporting something that's missing entirely.
13+
14+
**What can be improved?**
15+
16+
Describe the problematic part. Is it misleading, unclear, or just something that didn’t work for you?
17+
18+
**Is this explained better somewhere else?**
19+
20+
Show us the explanation that made it click for you.

0 commit comments

Comments
 (0)