You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature requests can be discussed on [the elixir-core mailing list](http://groups.google.com/group/elixir-lang-core).
15
20
16
21
We do our best to keep the issues tracker tidy and organized, making it useful
17
22
for everyone. For example, we classify open issues per application and perceived
@@ -60,10 +65,10 @@ Example:
60
65
61
66
## Feature requests
62
67
63
-
Feature requests are welcome. But take a moment to find out whether your idea
64
-
fits with the scope and aims of the project. It's up to *you* to make a strong
65
-
case to convince the project's developers of the merits of this feature. Please
66
-
provide as much detail and context as possible.
68
+
Feature requests are welcome and should be discussed on [the elixir-core mailing list](http://groups.google.com/group/elixir-lang-core). But take a moment to find
69
+
out whether your idea fits with the scope and aims of the project. It's up to *you*
70
+
to make a strong case to convince the project's developers of the merits of this
71
+
feature. Please provide as much detail and context as possible.
67
72
68
73
## Contributing
69
74
@@ -86,6 +91,10 @@ You can run all tests in the root directory with `make test` and you can
86
91
also run tests for a specific framework `make test_#{NAME}`, for example,
87
92
`make test_ex_unit`.
88
93
94
+
From time to time, your tests may fail in an existing Elixir checkout and
95
+
may require a clean start by running `make clean compile`. You can always
96
+
check [the official build status on Travis-CI](https://travis-ci.org/elixir-lang/elixir).
97
+
89
98
With tests running and passing, you are ready to contribute to Elixir and
0 commit comments