Updated Contributing (markdown)

Tamine Mokdissi 2020-09-02 17:45:56 -07:00
Родитель b003d1cf95
Коммит eb8e7e107e
1 изменённых файлов: 1 добавлений и 1 удалений

@ -2,7 +2,7 @@
If you'd like to contribute to the Fluid Framework open source codebase, first of all, thank you! We'd love to see your ideas and appreciate your contributions, whether they be in the form of [bug reports, idea suggestions](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests), [code submissions](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines), or just [trying out our platform](https://github.com/microsoft/FluidFramework/wiki/Repo-Basics).
Before working on a **code submission**, check out the [issues list](https://github.com/microsoft/FluidFramework/issues). Issues labeled `help wanted` are good issues to submit a PR for. If you are contributing significant changes, please discuss with the assignee of the issue first before starting to work on the issue. Then, check out our [PR guidelines](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines) before submitting code.
Before working on a **code submission**, check out the [issues list](https://github.com/microsoft/FluidFramework/issues). Issues labeled `help wanted` are good issues to submit a PR for. If you are contributing significant changes, please discuss with the code owner of that area first before starting to work on the issue. Then, check out our [PR guidelines](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines).
We have tried to make it as easy as possible to set up your local clone of the Fluid Framework so that you can hit the ground running.
Let's get started!