OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

Add support Slack channel links to main readme file #187

Closed tcp closed 4 years ago

tcp commented 4 years ago

Where?

Main readme

Who?

All contributors

What?

Users of this library should have a good idea of where to get support within Slack so that the general channel does not become a place for people dropping software implementation problems. Please add the following section somewhere in your readme:

## Support
For support in using this library, please join the **#lib_pydp** Slack channel. If you’d like to follow along with any code changes to the library, please join the **#code_dp_python** Slack channel. [Click here to join our Slack community!](https://slack.openmined.org)

When finished, it should look exactly as it does here: https://github.com/OpenMined/.github/blob/master/README-TEMPLATE.md#support

Additional Context

None

shaistha24 commented 4 years ago

Hi @tcp to allow all-contributor to work we need to install and add it to the project first! @chinmayshah99 could u pls look into this? After that adding contributors is easy - pls check - how it works -section here https://allcontributors.org/

chinmayshah99 commented 4 years ago

@shaistha24 Can we add the Support section as @tcp suggested?

shaistha24 commented 4 years ago

Yes @chinmayshah99

Also need to install and add all-contributor to the project for contributors section.

@tcp i think we need to add it individually to each openmined project right? Or has it already be attached to OpenMined on the whole?!

shaistha24 commented 4 years ago

@tcp I have added the support section. Here - https://github.com/OpenMined/PyDP/pull/186

As for the logo the DP team is working with the design team on that!

codeboy5 commented 4 years ago

Yes @chinmayshah99

Also need to install and add all-contributor to the project for contributors section.

@tcp i think we need to add it individually to each openmined project right? Or has it already be attached to OpenMined on the whole?!

We need to add it separately for each project.

ghost commented 4 years ago

addressed

PR added

chinmayshah99 commented 4 years ago

Closing the issue as it's causing confusion. #186 fixes this

tcp commented 4 years ago

Hi everyone! I'm late to this party :)

@chinmayshah99 the only qualm I have is that the Join Us section does not point to the channel in Slack. Could you please add this? Don't forget to add the link to each of the Slack channels :)

For support in using this library, please join the **#lib_pydp** Slack channel. If you’d like to follow along with any code changes to the library, please join the **#code_dp_python** Slack channel. [Click here to join our Slack community!](https://slack.openmined.org)
chinmayshah99 commented 4 years ago

Hi everyone! I'm late to this party :)

@chinmayshah99 the only qualm I have is that the Join Us section does not point to the channel in Slack. Could you please add this? Don't forget to add the link to each of the Slack channels :)

For support in using this library, please join the **#lib_pydp** Slack channel. If you’d like to follow along with any code changes to the library, please join the **#code_dp_python** Slack channel. [Click here to join our Slack community!](https://slack.openmined.org)

@shaistha24 please take care of this.