aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kirchoff <[email protected]>2022-05-23 10:06:32 -0700
committerGitHub <[email protected]>2022-05-23 10:06:32 -0700
commit4e98a42e43a1c03678d7dbbed1aeb583879fe677 (patch)
treeedf830a281a307712924fadcfacb76b91de5a856
parentDe/fix namespace folder scanning (#103) (diff)
downloadzen-4e98a42e43a1c03678d7dbbed1aeb583879fe677.tar.xz
zen-4e98a42e43a1c03678d7dbbed1aeb583879fe677.zip
Update README to direct to CODING for contributing (#104)
-rw-r--r--README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/README.md b/README.md
index f8cc6779a..d3fc465dd 100644
--- a/README.md
+++ b/README.md
@@ -194,12 +194,7 @@ xmake build
# Contributing Code
-To run the pre-commit scripts you'll need a few things:
-
-* We rely on clang-format for consistent code formatting. You can install version 12 or later from https://llvm.org/builds/
-* The helper scripts also depend on Python 3.x, which you may install from https://www.python.org/downloads/windows/ (I am presently using 3.9.5 which works). NOTE: *do* check the option to add Python to your PATH!
-
-Once you have those dependencies, you can simply run `prepare_commit.bat` to ensure the code is properly formatted and has the Epic copyright header comment. I'm sure there's a better way to integrate this into the git submit flow but my git-fu is not strong enough yet to know how to do that best.
+See [CODING.md](CODING.md)
# Debugging
@@ -223,12 +218,3 @@ Registering a handler for an HTTP endpoint requires either process elevation (i.
or
`netsh http add urlacl url=http://*:1337/ sddl=D:(A;;GX;;;S-1-1-0)` (enable for any authenticated user)
-
-# Coding Standards
-
-See [CODING.md](CODING.md)
-
-Run `prepare_commit.bat` before committing code. It ensures all source files are formatted with
-clang-format which you will need to install.
-
-(More helpful instructions needed here :)