Skip to content

Commit b243891

Browse files
FindHaometa-codesync[bot]
authored andcommitted
Revert CONTRIBUTING.md change from D101685100
Summary: Q&A request: https://fb.workplace.com/groups/osssupport/permalink/31569486946006519/ 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. Followed previous example: D98217804 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 Differential Revision: D102848202 fbshipit-source-id: 8a4930135bb1799e56191c15e27181b2311f72ad
1 parent 2a2de63 commit b243891

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ Note: pull requests are not imported into the GitHub directory in the usual way.
1515
5. Make sure your code lints.
1616
6. If you haven't already, complete the Contributor License Agreement ("CLA").
1717

18-
## Test layout
19-
20-
Test modules under `tests/` are named after the source module they cover
21-
(e.g. `tests/layouts.py` covers `src/tensor_layouts/layouts.py`). Pytest
22-
is configured to discover **every** `*.py` file in `tests/`, so anything
23-
added there must be either a test module or pytest infrastructure
24-
(`conftest.py`). Shared helpers belong in the source tree or in a
25-
`tests/_support/` module that pytest does not auto-collect.
26-
2718
## Contributor License Agreement ("CLA")
2819
In order to accept your pull request, we need you to submit a CLA. You only need
2920
to do this once to work on any of Meta's open source projects.

0 commit comments

Comments
 (0)