unitycatalog / unitycatalog-ui

Unity Catalog UI
Apache License 2.0
40 stars 15 forks source link

Add CONTRIBUTING.md to repo #46

Closed JuanPabloDiaz closed 1 month ago

JuanPabloDiaz commented 1 month ago

Add CONTRIBUTING.md with contribution guidelines

closes #26

I did a step-by-step instruction on how to contribute but if you prefer, I can do this instead:

Developing

Set up

git clone
cd unitycatalog-ui
yarn install
yarn start
JuanPabloDiaz commented 1 month ago

Also, is the repo going to have a CODE_OF_CONDUCT.md so I can add it?

dennyglee commented 1 month ago

@JuanPabloDiaz concerning the code_of_conduct, should we create a new CODE_OF_CONDUCT.md verbatim and/or point to the unitycatalog/unitycatalog/CODE_OF_CONDUCT.md

JuanPabloDiaz commented 1 month ago

@JuanPabloDiaz concerning the code_of_conduct, should we create a new CODE_OF_CONDUCT.md verbatim and/or point to the unitycatalog/unitycatalog/CODE_OF_CONDUCT.md

I recommend pointing to the existing CODE_OF_CONDUCT.

dennyglee commented 1 month ago

Cool, @JuanPabloDiaz, up for creating the PR and I'll review it?