-
Notifications
You must be signed in to change notification settings - Fork 133
Documentation Updates #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/notes.md
Outdated
| - Use Amplitude Instrumentation Explorer to help development | ||
| - "Instrumentation" involves matters related to logging user actions (i.e. events) | ||
|
|
||
| # Concerns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one sounds like more useful to yourself. Only put notes which are useful for others to understand this SDK better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should move all this notes to a contributing.md file as a setup guide.
src/notes.md
Outdated
| # Misc | ||
| - Readme.io used for documentation | ||
|
|
||
| # Ideas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be also private to yourself.
src/notes.md
Outdated
| - E2E browser tests with sauce labs | ||
| - merge with node? | ||
|
|
||
| Question |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can convert these to concrete Q&As
src/notes.md
Outdated
| @@ -0,0 +1,25 @@ | |||
| # Intro | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, do you think renaming this file to CONTRIBUTING.md would be a better option to make this to be a setup guide?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved src/notes.md to CONTRIBUTING.md and added a reference to it in the README.md quick start section
Notes I jotted down when diving into the JS SDK codebase. Consists of two parts
notes.mdthat contain bullet points about architecture, useful tips, etc.Maybe we should make a CONTRIBUTING.md, Github wiki, or space in the SDK documentation to help introduce new visitors to the repo?