Skip to content

Commit bf47be5

Browse files
committed
Add a note about searching existing isues
1 parent aad6317 commit bf47be5

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
---
55
name: Report an issue
6-
description:
7-
Tell us about something that is not working the way we (probably) intend
6+
description: Tell us about something that is not working the way we (probably) intend
87
body:
98
- type: markdown
109
attributes:
@@ -13,11 +12,17 @@ body:
1312
1413
1514
Please, do not use this form for guidance, questions or support.
16-
Try instead in [Elixir Forum](https://elixirforum.com),
17-
the [IRC Chat](https://web.libera.chat/#elixir),
18-
[Stack Overflow](https://stackoverflow.com/questions/tagged/elixir),
19-
[Slack](https://elixir-slackin.herokuapp.com),
20-
[Discord](https://discord.gg/elixir) or in other online communities.
15+
Try instead in [Elixir Forum](https://elixirforum.com) or any of
16+
our online communities (Slack, Discord, etc).
17+
18+
- type: checkboxes
19+
id: existing-issue
20+
attributes:
21+
label: Existing issue
22+
description: Please search [existing issues](https://github.com/elixir-lang/elixir/issues) before continuing.
23+
options:
24+
- label: I have searched existing issues and could not find a duplicate.
25+
required: true
2126

2227
- type: textarea
2328
id: elixir-and-otp-version

0 commit comments

Comments
 (0)