From 78345425d78e8560c144c9e548950ee2da8ab2c3 Mon Sep 17 00:00:00 2001 From: Yueming Hao Date: Wed, 29 Apr 2026 12:44:25 -0700 Subject: [PATCH] Revert CONTRIBUTING.md change from D101685100 Summary: Q&A request: https://fb.workplace.com/groups/osssupport/permalink/31569486946006519/ Followed previous example: D98217804 D101685100 (a difftrain import for facebookresearch/tensor-layouts) unintentionally modified the standard fbcode/github/standard/CONTRIBUTING.md by adding a project-specific "Test layout" section. D102823690 attempted to revert the entire diff but cannot land because it needs export review. This diff reverts only the CONTRIBUTING.md change. bypass-github-export-checks because people are requiring it but not running their diff trains. diff-train-skip-merge to unblock failing difftrain autosyncs from composer_model_library ___ overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: triton landed-with-radar-review Differential Revision: D102848202 --- CONTRIBUTING.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c53a04..ba48590 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,15 +15,6 @@ Note: pull requests are not imported into the GitHub directory in the usual way. 5. Make sure your code lints. 6. If you haven't already, complete the Contributor License Agreement ("CLA"). -## Test layout - -Test modules under `tests/` are named after the source module they cover -(e.g. `tests/layouts.py` covers `src/tensor_layouts/layouts.py`). Pytest -is configured to discover **every** `*.py` file in `tests/`, so anything -added there must be either a test module or pytest infrastructure -(`conftest.py`). Shared helpers belong in the source tree or in a -`tests/_support/` module that pytest does not auto-collect. - ## Contributor License Agreement ("CLA") In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Meta's open source projects.