Skip to content

Commit 5a3da84

Browse files
GitHub Template: Separate paragraphs when rendered (#11904)
Two new lines are interpreted as a paragraph break.
1 parent 61eb611 commit 5a3da84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contact_links:
55
- name: Discuss proposals
66
url: https://groups.google.com/g/elixir-lang-core
77
about: Send proposals for new ideas to our mailing list
8+
89
- name: Ask questions and support
910
url: https://elixirforum.com/
1011
about: Ask questions, provide support and more on Elixir Forum

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: Report an issue
33
description:
4-
Tell us about something that is not working the way we (probably) intend.
4+
Tell us about something that is not working the way we (probably) intend
55
body:
66
- type: markdown
77
attributes:
88
value: >
99
Thank you for contributing to Elixir! :heart:
1010
11+
1112
Please, do not use this form for guidance, questions or support.
1213
Try instead in [Elixir Forum](https://elixirforum.com),
1314
the [IRC Chat](https://web.libera.chat/#elixir),
@@ -37,6 +38,8 @@ body:
3738
label: Current behavior
3839
description: >
3940
Include code samples, errors, and stacktraces if appropriate.
41+
42+
4043
If reporting a bug, please include the reproducing steps.
4144
validations:
4245
required: true

0 commit comments

Comments
 (0)