From 52096e1573b40d0730ca0a48d8cdf53207b30333 Mon Sep 17 00:00:00 2001 From: Arijit Date: Wed, 2 Sep 2026 14:04:04 +0530 Subject: [PATCH] Docs: Remove guideline and skill workflow section from README --- docs/HackerRank-Code-Repo-Guidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/HackerRank-Code-Repo-Guidelines.md b/docs/HackerRank-Code-Repo-Guidelines.md index 8fcc74b..e3706d9 100644 --- a/docs/HackerRank-Code-Repo-Guidelines.md +++ b/docs/HackerRank-Code-Repo-Guidelines.md @@ -231,7 +231,6 @@ The README must contain: 6. **Run instructions:** the minimal install and full-start workflow. 7. **Command reference:** every additional documented command and its purpose. 8. **Seeded access:** copyable login credentials and any profile-selection explanation. -9. **Guideline and skill workflow:** how an application author uses the guideline while creating a product and invokes validation after completion. The README fails validation when it is missing, placeholder content, materially incomplete, inconsistent with the repository, or claims behavior that cannot be mapped to both frontend and backend implementation.