Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 28, 2023
1 parent 4cb1be2 commit ac5e81f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- [Engineering Practices](src/practices/intro.md)
- [Repository Layout](src/practices/repo.md)
- [Pull Requests](src/practices/pr.md)
- [Code Commenting](src/practics/comments.md)
- [Testing](src/practices/testing/intro.md)
- [Definition of Done](src/practices/dod.md)
- [Code Style Guides](src/style-guides/intro.md)
- [Golang](src/style-guides/go.md)
- [Rust](src/style-guides/rust.md)
Expand Down
Empty file added src/practices/dod.md
Empty file.
1 change: 1 addition & 0 deletions src/practices/testing/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Testing
1 change: 1 addition & 0 deletions src/practics/comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Code Commenting

0 comments on commit ac5e81f

Please sign in to comment.