Skip to content

Commit

Permalink
Update CONTRIBUTING.md with new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankohen authored Nov 27, 2023
1 parent 566e2d0 commit a80d727
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,33 @@
## Our Table Of Contents

- .github/workflows
- all GitHub workflow YAML files
- proj2
- score_card.md

- all GitHub workflow YAML files

- proj3
- README.md
- Proj3Changes.md

- src
- prediction_scripts
- item_based.py
- recommenderapp
- static
- script.js
- stylesheet.css
- wall.js
- templates
- landing_page.html
- login.html
- profile.html
- review.html
- search_page.html
- success.html
- wall.html
- app.py
- search.py
- utils.py
- init.sql
- movies.sql

- test
- test_predict.py
Expand All @@ -42,10 +51,16 @@

- .gitignore

- CHAT.md

- CITATION.md

- CODE_OF_CONDUCT.md

- CONTRIBUTING.md

- Dependencies.md

- LICENSE

- README.md
Expand Down

0 comments on commit a80d727

Please sign in to comment.