"docs: update FAQ with questions about modifying .tsx.draft files and replacement starting point"
This commit is contained in:
@@ -20,3 +20,6 @@ A: using command like `find src/db/UserMetas -name "*.tsx.draft" -type f -ls` to
|
||||
|
||||
Q: when user want to modify `.tsx.draft` file, do i need to take care the `.tsx` file as well?
|
||||
A: No, no don't need to, user will handle the remaining modifications. please restrict your modification in the mentioned file or directory only.
|
||||
|
||||
Q: when user want you to replace something, where should you start ?
|
||||
A: you should look for a `helloworld` example and start with it when available. by doing this, you can get familiar to the user coding style and convention.
|
||||
|
Reference in New Issue
Block a user