Skip to content

Commit

Permalink
Merge pull request #497 from Viveksati5143/Viveksati5143-patch-3
Browse files Browse the repository at this point in the history
fix: Improved Folder Structure section
  • Loading branch information
ighoshsubho authored Aug 8, 2023
2 parents 64e64dd + 2908219 commit 781d21e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,25 @@ fintect-api
└───📂tasks
│ │ { Python functions for different tasks }
|
└───📂tests
│ | { Python functions for different tests }
|
└───📂validators
│ │ { Pydantic Models for different validations }
📄.dockerfile
📄.gitignore
📄CODE_OF_CONDUCT.md
📄CONTRIBUTING.md
📄docker-compose.yml
📄Dockerfile
📄DOCUMENTATION.md
📄ENDPOINTS.md
📄LICENSE.md
📄main.py
📄README.md
📄requirements.txt
📄test_main.py
```


Expand Down

0 comments on commit 781d21e

Please sign in to comment.