Skip to content

Commit 34f3848

Browse files
authored
Update CONTRIBUTING.md post-repo-split (#1564)
* Cleanup outdated files * Cleanup more outdated files and directories * First draft of new setup instructions * Update a bunch more of the CONTRIBUTING.md, remove outdated examples dir to avoid confusion * Add direnv setup instructions * More wording improvements to CONTRIBUTING.md * Add link to sapling setup docs placeholder * Update README to point to CONTRIBUTING * Small wording fix * Add tracking issues for remaining TODOs * Fix markdown anchors in CONTRIBUTING * Update name to FlexFlow Train in README * Address review comments * Add fix to gpu env entry command * Remove clang-format CI matrix * Re-add protobuf formatting exclude
1 parent 0bde2da commit 34f3848

File tree

451 files changed

+287
-43201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+287
-43201
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ indent_size = 4
2020
[*.toml]
2121
indent_style = space
2222
indent_size = 2
23+
24+
[*.md]
25+
indent_style = space
26+
indent_size = 2

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ Linked Issues:
99

1010
Issues closed by this PR:
1111
- Closes #
12-
13-
**Before merging:**
14-
15-
- [ ] Did you update the [flexflow-third-party](https://github.com/flexflow/flexflow-third-party) repo, if modifying any of the Cmake files, the build configs, or the submodules?

.github/workflows/clang-format-check.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/clang-format.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: clang-format
2+
on: [push, pull_request, workflow_dispatch]
3+
jobs:
4+
formatting-check:
5+
name: Formatting Check
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: Run clang-format style check for C/C++/Protobuf programs.
10+
uses: lockshaw/[email protected]
11+
with:
12+
clang-format-version: "16"
13+
exclude-regex: '\.proto$'

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)