Skip to content

Commit be9bfd7

Browse files
committed
updated contributing
1 parent 56c5999 commit be9bfd7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ make setup
4545
```
4646
This will set up an example module for testing.
4747

48+
#### Install Dependencies
49+
```bash
50+
make depend
51+
```
52+
This installs any required modules defined in `PSDepend.psd1`. If your changes add a new module dependency, make sure it is listed in both `PSDepend.psd1` and in `RequiredModules` in the module manifest.
53+
4854
#### Build the Module
4955
```bash
5056
make build
@@ -61,6 +67,7 @@ All tests should pass before submitting your pull request.
6167

6268
- **If you modify Pester tests**: Create example functions and ensure to reference GitHub Actions runs on your forked repository
6369
- **If you modify scripts or workflows**: Verify that the associated pipelines run correctly in your fork
70+
- **If you add dependencies**: Ensure they are declared in both `PSDepend.psd1` and `RequiredModules` in the module manifest
6471

6572
### 6. Commit Your Changes
6673

0 commit comments

Comments
 (0)