From 635797472f4656e9abb7d710e91e01a1f6b69d11 Mon Sep 17 00:00:00 2001 From: itsdevbear Date: Tue, 28 Nov 2023 17:42:27 -0500 Subject: [PATCH] push --- SUMMARY.md | 7 ++++--- src/github/intro.md | 2 +- src/practices/intro.md | 1 + src/{github/prs.md => practices/pr.md} | 0 src/{github/repo-practices.md => practices/repo.md} | 0 src/style-guides/go.md | 2 ++ src/style-guides/rust.md | 2 ++ src/style-guides/solidity.md | 2 ++ src/style-guides/typescript.md | 2 ++ 9 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 src/practices/intro.md rename src/{github/prs.md => practices/pr.md} (100%) rename src/{github/repo-practices.md => practices/repo.md} (100%) diff --git a/SUMMARY.md b/SUMMARY.md index a7be0c4..4b34e35 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,10 +1,11 @@ # Summary - [SWE Guidelines](README.md) -- [Github Practices](src/github/intro.md) - - [Pull Requests](src/github/prs.md) +- [Github](src/github/intro.md) - [Project Tracking](src/github/project-tracking.md) - - [Repository Practices](src/github/repo-practices.md) +- [Engineering Practices]() + - [Repository Layout](src/practices/repo.md) + - [Pull Requests](src/practices/pr.md) - [Code Style Guides](src/style-guides/intro.md) - [Golang](src/style-guides/go.md) - [Rust](src/style-guides/rust.md) diff --git a/src/github/intro.md b/src/github/intro.md index 8e8e23f..86d4d0b 100644 --- a/src/github/intro.md +++ b/src/github/intro.md @@ -1 +1 @@ -# Github Practices +# Github Usage diff --git a/src/practices/intro.md b/src/practices/intro.md new file mode 100644 index 0000000..9c0f158 --- /dev/null +++ b/src/practices/intro.md @@ -0,0 +1 @@ +# Engineering Practices diff --git a/src/github/prs.md b/src/practices/pr.md similarity index 100% rename from src/github/prs.md rename to src/practices/pr.md diff --git a/src/github/repo-practices.md b/src/practices/repo.md similarity index 100% rename from src/github/repo-practices.md rename to src/practices/repo.md diff --git a/src/style-guides/go.md b/src/style-guides/go.md index 7021877..b01d811 100644 --- a/src/style-guides/go.md +++ b/src/style-guides/go.md @@ -1,3 +1,5 @@ # Golang We follow the `uber-go` style guide which may be found at the following link: + +## 🚧 WIP 🚧 diff --git a/src/style-guides/rust.md b/src/style-guides/rust.md index 2f1d5ef..3670798 100644 --- a/src/style-guides/rust.md +++ b/src/style-guides/rust.md @@ -1 +1,3 @@ # Rust + +## 🚧 WIP 🚧 diff --git a/src/style-guides/solidity.md b/src/style-guides/solidity.md index c8bda59..903ffbb 100644 --- a/src/style-guides/solidity.md +++ b/src/style-guides/solidity.md @@ -1 +1,3 @@ # Solidity + +## 🚧 WIP 🚧 diff --git a/src/style-guides/typescript.md b/src/style-guides/typescript.md index 42c9775..fc7706f 100644 --- a/src/style-guides/typescript.md +++ b/src/style-guides/typescript.md @@ -1 +1,3 @@ # Typescript + +## 🚧 WIP 🚧