Skip to content

Commit c303e0c

Browse files
Update CONTRIBUTING.md
1 parent 6180400 commit c303e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please follow the below rules while contributing your build script to this repo.
88
VERSION=${1:-v5.0.2}
99
# v5.0.2 is the default version, in case of no parameter passed to the script.
1010
```
11-
3. Always create a directory for each new package/component and place [LICENSE](https://github.com/ppc64le/build-scripts/blob/master/LICENSE) file into it.
11+
3. Check if package/component directory already exists and add new file into it. If not, create a directory for new package/component and place LICENSE file into it.
1212
4. Package name & Filenames must be in **lowercase**.
1313
5. Get Legal approvals incase of any code change/patch.
1414
6. Build script templates can be found [here](https://github.com/ppc64le/build-scripts/tree/master/templates).

0 commit comments

Comments
 (0)