-
Notifications
You must be signed in to change notification settings - Fork 62
[DOCS] Add contributing to README, and disable vscode autoformat #192
Conversation
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.
Minor things... but need to be addressed before merging...
One more thing, now that I've merged #186, you might want to add a new rule to the .gitignore file... I'm excluding everything in the .vscode except for specific files (currently just the settings.json). I'm OK with inverting the rule to exclude specific files instead... whatever makes it easier to understand... |
I just thought of something else... what about moving the contributing section from the README.md to its own CONTRIBUTING.md file? it seems to be a common practice and is even suggested in the insights/community tab |
…mating The vscode autoformatter is completely at odds with prettier, so if you don't have the prettier extension installed, you end up with wild changes.
it is too much to explain installing the extensions, and adding the config, and disabling the beautify extension...
22b1dba
to
3158768
Compare
Man github handles rebases weirdly.. I just:
|
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.
LGTM
The vscode autoformatter is completely at odds with prettier, so if you don't have the prettier extension installed, you end up with wild changes.
Additionally if you've got both the beautify and prettier extensions installed, it can cause some serious issues.
Forcing it to be on will probably cause a lot of headaches to anyone trying to contribute unless they get their environment setup perfectly (sorry @weirdpattern for earlier!!)