Skip to content

Commit 8ad0c0a

Browse files
authored
Add GitHub support file (#151)
* Add GitHub support file Shown to users when before they submit a new issue * Add elixir_sense issues
1 parent aa2a5b2 commit 8ad0c0a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/SUPPORT.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Support
2+
3+
Thank you for using ElixirLS! :tada:
4+
5+
This document offers some guidelines when asking for support related to an
6+
issues that you might encounter when using ElixirLS.
7+
8+
# Guidelines
9+
10+
These are some general guidelines to follow when reaching out through any of the
11+
available support channels.
12+
13+
1. **Search through the existing
14+
[issues](https://github.com/elixir-lsp/elixir-ls/issues/) before opening a new
15+
one**
16+
17+
Also check [elixir\_sense issues](https://github.com/elixir-lsp/elixir_sense/issues)
18+
19+
Check if one already exists related to the issue you are having. Remember
20+
to include `closed` issues as well.
21+
22+
2. **Provide as much context and information as possible**
23+
24+
It is much more likely that others will be able to help you if they can
25+
reproduce the issue your are experiencing.
26+
27+
3. **Be nice**
28+
29+
This can be applied to life in general, but it's especially important when
30+
communicating only through written text.
31+
32+
# Support Channels
33+
34+
- Github [Issues](https://github.com/elixir-lsp/elixir-ls/issues/).
35+
- #elixir-ls tag on the [elixir forum](https://elixirforum.com/).
36+

0 commit comments

Comments
 (0)