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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,16 @@
3
3
We are glad you want to contribute to the sysctl cookbook! The first
4
4
step is the desire to improve the project.
5
5
6
+
## Recognizing All Contributors
7
+
This project follows the [All Contributors](https://allcontributors.org/docs/en/overview) specification for recognizing contributors to an open source project in a way that recognizes different types of contributions, not just code.
8
+
9
+
### Adding a contributor
10
+
Contributors are encouraged to add themselves to the list using the [All Contributors (Git Hub) bot](https://allcontributors.org/docs/en/bot/overview).
11
+
See the bot [usage instructions](https://allcontributors.org/docs/en/bot/usage)).
12
+
6
13
## Quick-contribute
7
14
8
-
* Create an issue on the github [issue tracker](https://github.com/sous-chefs/sysctl/issues)
15
+
* Create an issue on the github [issue tracker](https://github.com/jlenv/jlenv/issues)
9
16
* Link to your patch as a rebased git branch or pull request from the ticket
10
17
11
18
We regularly review contributions and will get back to you if we have
Example installations are provided in `test/fixtures/cookbooks/test/recipes/`.
34
36
35
-
A `jlenv_system_install` or `jlenv_user_install` is required to be set so that jlenv knows which version you want to use, and is installed on the system.
37
+
A `jlenv_user_install` is required to be set so that jlenv knows which version you want to use, and is installed on the system.
36
38
37
-
System wide installations of jlenv are supported by this cookbook, but discouraged by the jlenv maintainer, see [these][https://github.com/rbenv/rbenv/issues/38][two][https://github.com/rbenv/rbenv/issues/306] issues in the rbenv repository.
39
+
#### NOTE:
40
+
> System wide installations of jlenv are discouraged by the jlenv maintainer.
41
+
42
+
However they are supported by this cookbook, see [these][https://github.com/rbenv/rbenv/issues/38][two][https://github.com/rbenv/rbenv/issues/306] issues in the rbenv repository for the reasons why.
38
43
39
44
## Pkg
40
45
@@ -54,7 +59,7 @@ end
54
59
55
60
## Global
56
61
57
-
Sets the global julia version. The name of the resource is the version to set.
62
+
Sets the global Julia version. The name of the resource is the version to set.
58
63
59
64
```julia
60
65
jlenv_global '1.1.0'do
@@ -163,31 +168,9 @@ This cookbook takes advantage of managing profile fragments in an `/etc/profile.
163
168
Pull requests are very welcome! Make sure your patches are well tested.
164
169
165
170
## Contributors
166
-
167
171
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
168
172
<!-- prettier-ignore -->
169
173
<table><tr><tdalign="center"><ahref="http://blog.taqtiqa.com"><imgsrc="https://avatars1.githubusercontent.com/u/1468258?v=4"width="100px;"alt="Mark Van de Vyver"/><br /><sub><b>Mark Van de Vyver</b></sub></a><br /><ahref="#infra-taqtiqa-mark"title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <ahref="https://github.com/taqtiqa-mark/jlenv-cookbook/commits?author=taqtiqa-mark"title="Tests">⚠️</a> <ahref="https://github.com/taqtiqa-mark/jlenv-cookbook/commits?author=taqtiqa-mark"title="Code">💻</a></td></tr></table>
170
174
171
175
<!-- ALL-CONTRIBUTORS-LIST:END -->
172
-
This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false)
0 commit comments