1
- <img src =" https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo.png#gh-light-mode-only " width =" 200 " alt =" Elixir " >
2
- <img src =" https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo-dark.png#gh-dark-mode-only " width =" 200 " alt =" Elixir " >
1
+ <h1 >< img src =" https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo.png#gh-light-mode-only " width =" 200 " alt =" Elixir " >
2
+ <img src =" https://github.com/elixir-lang/elixir-lang.github.com/raw/main/images/logo/logo-dark.png#gh-dark-mode-only " width =" 200 " alt =" Elixir " ></ h1 >
3
3
4
4
[ ![ CI] ( https://github.com/elixir-lang/elixir/workflows/CI/badge.svg?branch=main )] ( https://github.com/elixir-lang/elixir/actions?query=branch%3Amain+workflow%3ACI )
5
5
@@ -12,7 +12,7 @@ For more about Elixir, installation and documentation,
12
12
## Policies
13
13
14
14
New releases are announced in the [ announcement mailing list] [ 8 ] .
15
- You can subscribe by sending an email to
[email protected]
15
+ You can subscribe by sending an email to
< [email protected] >
16
16
and replying to the confirmation email.
17
17
18
18
All security releases [ will be tagged with ` [security] ` ] [ 10 ] . For more
@@ -25,7 +25,7 @@ All interactions in our official communication channels follow our
25
25
26
26
For reporting bugs, [ visit our issue tracker] [ 2 ] and follow the steps
27
27
for reporting a new issue. ** Please disclose security vulnerabilities
28
-
28
+ privately at
< [email protected] > ** .
29
29
30
30
## Issues tracker management
31
31
@@ -107,17 +107,17 @@ We welcome everyone to contribute to Elixir. To do so, there are a few
107
107
things you need to know about the code. First, Elixir code is divided
108
108
in applications inside the ` lib ` folder:
109
109
110
- * ` elixir ` - Elixir's kernel and standard library
110
+ * ` elixir ` - Elixir's kernel and standard library
111
111
112
- * ` eex ` - EEx is the template engine that allows you to embed Elixir
112
+ * ` eex ` - EEx is the template engine that allows you to embed Elixir
113
113
114
- * ` ex_unit ` - ExUnit is a simple test framework that ships with Elixir
114
+ * ` ex_unit ` - ExUnit is a simple test framework that ships with Elixir
115
115
116
- * ` iex ` - IEx stands for Interactive Elixir: Elixir's interactive shell
116
+ * ` iex ` - IEx stands for Interactive Elixir: Elixir's interactive shell
117
117
118
- * ` logger ` - Logger is the built-in logger
118
+ * ` logger ` - Logger is the built-in logger
119
119
120
- * ` mix ` - Mix is Elixir's build tool
120
+ * ` mix ` - Mix is Elixir's build tool
121
121
122
122
You can run all tests in the root directory with ` make test ` and you can
123
123
also run tests for a specific framework ` make test_#{APPLICATION} ` , for example,
@@ -166,9 +166,9 @@ With tests running and passing, you are ready to contribute to Elixir and
166
166
We have saved some excellent pull requests we have received in the past in
167
167
case you are looking for some examples:
168
168
169
- * [Implement Enum.member? - Pull request](https://github.com/elixir-lang/elixir/pull/992)
170
- * [Add String.valid? - Pull request](https://github.com/elixir-lang/elixir/pull/1058)
171
- * [Implement capture_io for ExUnit - Pull request](https://github.com/elixir-lang/elixir/pull/1059)
169
+ * [Implement Enum.member? - Pull request](https://github.com/elixir-lang/elixir/pull/992)
170
+ * [Add String.valid? - Pull request](https://github.com/elixir-lang/elixir/pull/1058)
171
+ * [Implement capture_io for ExUnit - Pull request](https://github.com/elixir-lang/elixir/pull/1059)
172
172
173
173
### Reviewing changes
174
174
0 commit comments