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
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Please follow the below rules while contributing your build script to this repo.
8
8
VERSION=${1:-v5.0.2}
9
9
# v5.0.2 is the default version, in case of no parameter passed to the script.
10
10
```
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.
12
12
4. Package name & Filenames must be in **lowercase**.
13
13
5. Get Legal approvals incase of any code change/patch.
14
14
6. Build script templates can be found [here](https://github.com/ppc64le/build-scripts/tree/master/templates).
0 commit comments