Skip to content

Commit a8959ce

Browse files
committed
remove contributing requirement
1 parent 12a69f3 commit a8959ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/verify-source-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [ ! -d "${SRC_DIR}" ]; then
7878
fi
7979

8080
echo "Checking for required files existence..."
81-
REQUIRED_FILES=("LICENSE" "NOTICE" "README.md" "CONTRIBUTING.md" "PUBLISHED_ARTIFACTS" "CHECKSUMS" "BUILD_DATE" "DISCLAIMER")
81+
REQUIRED_FILES=("LICENSE" "NOTICE" "README.md" "PUBLISHED_ARTIFACTS" "CHECKSUMS" "BUILD_DATE" "DISCLAIMER")
8282

8383
for FILE in "${REQUIRED_FILES[@]}"; do
8484
if [ ! -f "${SRC_DIR}/$FILE" ]; then

0 commit comments

Comments
 (0)