[New Feature Template]- Feature Name
This is a template to create the documentation of a new feature or module.
Describe the module and its functionality
Recommendations
Be as explicit as possible.
Add flowcharts if necessary
Use Code Blocks with the correct syntax for code examples
If necessary, divide the feature in subpages for the following sections or the sections you may think are required:
UI Components
Hooks
Endpoints used
States and Selectors
Code Examples
Example:
Make sure you use the correct syntax for the code example.
When referring to a file, folder, function or component in the project, use code formatting when writing it, for example:
Use the initiateTransferInternal
function, and invoke TransferService
from /services/TransferService
for internal accounts.
Do not use colors for the file, folder or function name.
Last updated
Was this helpful?