File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ This repository uses the following tools:
44
44
* GitLab handles the
45
45
`CI/CD pipeline <https://gitlab.com/saltstack/open/docs/salt-user-guide/-/pipelines >`__
46
46
for the project.
47
+ * `EditorConfig <https://editorconfig.org/ >`__ is an optional tool you can use
48
+ with your preferred editor to ensure that you follow the Salt Project coding
49
+ guidelines.
47
50
48
51
49
52
Overview of how to contribute to the Salt User Guide repository
@@ -170,6 +173,17 @@ Create new branch for changes to submit:
170
173
git checkout -b my-new-feature
171
174
172
175
176
+ Configure your editor (optional)
177
+ ================================
178
+ `EditorConfig <https://editorconfig.org/ >`__ is an optional tool you can use
179
+ with your preferred code/text editor to ensure that you follow the Salt Project
180
+ coding and style guidelines. To enable EditorConfig, check the compatibility
181
+ and configuration settings for your preferred code/text editor.
182
+
183
+ Using EditorConfig is optional for contributing to this repository, but
184
+ recommended.
185
+
186
+
173
187
Set up your local preview environment
174
188
=====================================
175
189
If you are not on a Linux machine, you need to set up a virtual environment to
Original file line number Diff line number Diff line change 1
1
Sphinx-Substitution-Extensions >= 2020.9.30.0
2
2
furo
3
3
sphinx-copybutton >= 0.3.1
4
+ sphinx-prompt
4
5
sphinx-tabs >= 2.0.0
5
6
sphinx >= 4.1.2
You can’t perform that action at this time.
0 commit comments