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
* fix: http url error
* feat: check if a dependency is outdate
* chore: update to [email protected]
* fix: undefined error on string
* chore: format (#108)
* chore: update to [email protected]
Co-authored-by: Gil Rudolf Härdi <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@
9
9
10
10
## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
11
11
12
-
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
12
+
Pull requests are the best way to propose changes to the codebase (we use
13
+
[Github Flow](https://guides.github.com/introduction/flow/index.html)). We
14
+
actively welcome your pull requests:
13
15
14
16
1. Fork the repo and create your branch from `master`.
15
17
2. If you've added code that should be tested, add tests.
@@ -20,11 +22,15 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
20
22
21
23
## Any contributions you make will be under the MIT Software License
22
24
23
-
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
25
+
In short, when you submit code changes, your submissions are understood to be
26
+
under the same [MIT License](http://choosealicense.com/licenses/mit/) that
27
+
covers the project. Feel free to contact the maintainers if that's a concern.
24
28
25
29
## Report bugs using Github's [issues](https://github.com/crewdevio/Trex/issues/)
26
30
27
-
Report a bug by [opening a new issue](https://github.com/crewdevio/Trex/issues/new/choose); it's that easy!
31
+
Report a bug by
32
+
[opening a new issue](https://github.com/crewdevio/Trex/issues/new/choose); it's
33
+
that easy!
28
34
29
35
## Write bug reports with detail, background, and sample code
30
36
@@ -33,20 +39,24 @@ Report a bug by [opening a new issue](https://github.com/crewdevio/Trex/issues/n
33
39
- A quick summary and/or background
34
40
- Steps to reproduce
35
41
- Be specific!
36
-
- Give sample code if you can. includes sample code that _anyone_ with a base R setup can run to reproduce what I was seeing
42
+
- Give sample code if you can. includes sample code that _anyone_ with a base
43
+
R setup can run to reproduce what I was seeing
37
44
- What you expected would happen
38
45
- What actually happens
39
46
40
47
## Use a Consistent Coding Style
41
48
42
49
- You can use the extension prettier with the default setting
43
50
- All the imports should be in-line and a pyramide
44
-
- For commits we now implement [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
By contributing, you agree that your contributions will be licensed under its MIT License.
56
+
By contributing, you agree that your contributions will be licensed under its
57
+
MIT License.
49
58
50
59
## References
51
60
52
-
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
61
+
This document was adapted from the open-source contribution guidelines for
0 commit comments