Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored May 12, 2024
1 parent 3edf2f3 commit e02cdab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ PageName/
│ ├── CompB.tsx
├── useHookName.ts # Put this inside a hooks folder if you have more than one hooks
├── someData.ts
├── helper.ts
└── __tests__/
└── PageName.test.tsx
```
Expand All @@ -203,6 +204,7 @@ PageName/
- **`hooks/`**: Directory for custom hooks relevant to `PageName` or its components.
- **`useHookName.ts`**: Custom hook file.
- **`someData.ts`**: File holding specific data relevant to `PageName`.
- **`helper.ts`**: File holding helper functions relevant to `PageName`.
- **`__tests__/`**: Directory for test files related to `PageName`.
- **`PageName.test.tsx`**: Test file for the `PageName` component.
Expand Down

0 comments on commit e02cdab

Please sign in to comment.