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
+12-5
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,12 @@ The majority of development is done on macOS, so we have some helpers set-up to
19
19
20
20
Obviously, this won't work on Linux, so ensure that the following packages are installed from your system's package manager.
21
21
22
-
* Go 1.21+ (primary language)
23
-
* Node.js 18+ (linting tools)
24
-
* Python 3.11+ (linting tools)
25
-
*`jq` (shell scripting tools)
26
-
*`pre-commit` (linting tools)
22
+
* [Go] 1.21+ (primary language)
23
+
* [Node.js] 18+ (linting tools)
24
+
* [Python] 3.11+ (linting tools)
25
+
* [Git LFS] (storage of binary data)
26
+
* [`jq`][jq] (shell scripting tools)
27
+
* [`pre-commit`][pre-commit] (linting tools)
27
28
28
29
1. Running `make`in the root of the repo, by itself, will display a list of tasks and what they do. The ones highlighted in yellow are the ones that are most frequently used, or combine running multiple sub-tasks with one convenient command.
29
30
@@ -529,9 +530,15 @@ To enable debugging for this Terraform provider:
0 commit comments