Skip to content

Commit 2cb1523

Browse files
Alyssa RockThomas Phipps
authored andcommitted
Update Contributing Guide to add info about EditorConfig
1 parent 6286d0a commit 2cb1523

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CONTRIBUTING.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ This repository uses the following tools:
4444
* GitLab handles the
4545
`CI/CD pipeline <https://gitlab.com/saltstack/open/docs/salt-user-guide/-/pipelines>`__
4646
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.
4750

4851

4952
Overview of how to contribute to the Salt User Guide repository
@@ -170,6 +173,17 @@ Create new branch for changes to submit:
170173
git checkout -b my-new-feature
171174
172175
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+
173187
Set up your local preview environment
174188
=====================================
175189
If you are not on a Linux machine, you need to set up a virtual environment to

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Sphinx-Substitution-Extensions>=2020.9.30.0
22
furo
33
sphinx-copybutton>=0.3.1
4+
sphinx-prompt
45
sphinx-tabs>=2.0.0
56
sphinx>=4.1.2

0 commit comments

Comments
 (0)