Skip to content

Commit

Permalink
Update CONTRIBUTING.md post-repo-split (#1564)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lockshaw authored Jan 20, 2025
1 parent 0bde2da commit 34f3848
Show file tree
Hide file tree
Showing 451 changed files with 287 additions and 43,201 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ indent_size = 4
[*.toml]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 2
4 changes: 0 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ Linked Issues:

Issues closed by this PR:
- Closes #

**Before merging:**

- [ ] 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?
24 changes: 0 additions & 24 deletions .github/workflows/clang-format-check.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: clang-format
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: lockshaw/[email protected]
with:
clang-format-version: "16"
exclude-regex: '\.proto$'
19 changes: 0 additions & 19 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 34f3848

Please sign in to comment.