Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 28, 2023
1 parent 784575e commit 6357974
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 4 deletions.
7 changes: 4 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/github/intro.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Github Practices
# Github Usage
1 change: 1 addition & 0 deletions src/practices/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Engineering Practices
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/style-guides/go.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Golang

We follow the `uber-go` style guide which may be found at the following link: <https://github.com/uber-go/guide/blob/master/style.md>

## 🚧 WIP 🚧
2 changes: 2 additions & 0 deletions src/style-guides/rust.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Rust

## 🚧 WIP 🚧
2 changes: 2 additions & 0 deletions src/style-guides/solidity.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Solidity

## 🚧 WIP 🚧
2 changes: 2 additions & 0 deletions src/style-guides/typescript.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Typescript

## 🚧 WIP 🚧

0 comments on commit 6357974

Please sign in to comment.