diff --git a/contributing/index.md b/contributing/index.md index 1854e0362..b7140cf92 100644 --- a/contributing/index.md +++ b/contributing/index.md @@ -21,7 +21,7 @@ Data Commons welcomes patches and contributions to this project from everyone, n ### Add data -We welcome contributions of public data to the Data Commons Graph. Data added will be accessible via Data Commons tools and APIs. We’ve bootstrapped the graph with [these datasets](/datasets) from US Census, World Bank, CDC, NOAA, NASA, etc. However, Data Commons is meant to be for the community, by the community. We're excited to work with you to make public data accessible to everyone. If you are interested in importing your data to Data Commons, please express your interest by filling out [this form](https://docs.google.com/forms/d/e/1FAIpQLSf_kZ13bmzXvgEbim0OXeAVsTQYsIhN8_o9ekdbjKoeFjfvRA/viewform){: target="_blank"}. +We welcome contributions of public data to the Data Commons knowledge graph. Data added will be accessible via Data Commons tools and APIs. We’ve bootstrapped the knowledge graph with [these datasets](/datasets) from US Census, World Bank, CDC, NOAA, NASA, etc. However, Data Commons is meant to be for the community, by the community. We're excited to work with you to make public data accessible to everyone. If you are interested in importing your data to Data Commons, please file a [data request](https://issuetracker.google.com/issues/new?component=1660823&template=2053232){: target="_blank"} in our issue tracker. You can see a list of existing requests [here](https://issuetracker.google.com/issues?q=componentid:1660823&template=2053232){: target="_blank"}. ### Create new curriculum @@ -61,8 +61,4 @@ All submissions, including submissions by project members, require review. Data uses GitHub pull requests for this purpose. Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/){: target="_blank"} for more information on using pull requests. -This project follows Google's [code style guide](https://google.github.io/styleguide/){: target="_blank"}, [documentation style guide](https://developers.google.com/style){: target="_blank"}, and [open source community guidelines](https://opensource.google/conduct/){: target="_blank"}. - -## Other ways to get involved -- If you have a concern or a suggested feature, feel free to open an issue on [Github](https://github.com/datacommonsorg/docsite/issues){: target="_blank"}. -- Share feedback with the team [through this form](https://docs.google.com/forms/d/e/1FAIpQLScJTtNlIItT-uSPXI98WT6yNlavF-kf5JS0jMrCvJ9TPLmelg/viewform){: target="_blank"}. \ No newline at end of file +This project follows Google's [code style guide](https://google.github.io/styleguide/){: target="_blank"}, [documentation style guide](https://developers.google.com/style){: target="_blank"}, and [open source community guidelines](https://opensource.google/conduct/){: target="_blank"}. \ No newline at end of file diff --git a/custom_dc/faq.md b/custom_dc/faq.md index 7bb9d6298..6f92695eb 100644 --- a/custom_dc/faq.md +++ b/custom_dc/faq.md @@ -11,6 +11,12 @@ parent: Build your own Data Commons * TOC {:toc} +## General questions + +### How can I request new features or provide feedback? + +Please see [Send feedback](/custom_dc/index.html#feedback) for details. + ## Privacy and security ### Can I restrict access to my custom instance? diff --git a/custom_dc/index.md b/custom_dc/index.md index 0cf775651..a3319d958 100644 --- a/custom_dc/index.md +++ b/custom_dc/index.md @@ -46,7 +46,7 @@ For the following use cases, a custom Data Commons instance is not necessary: | Fine-grained data access controls4 | no | n/a | 1. Open-source Python ML library, Sentence Transformers model, from [https://huggingface.co/sentence-transformers](https://huggingface.co/sentence-transformers){: target="_blank"}. -1. If you would like to support these facilities, please contact us. +1. If you would like to support these facilities, please file a [feature request](https://issuetracker.google.com/issues/new?component=1659535&template=2053233){: target="_blank"} or upvote an [existing one](https://issuetracker.google.com/issues?q=componentid:1659535%2B%20type:feature_request){: target="_blank"}. 1. For example, Virtual Private Cloud, Cloud IAM, and so on. Please see the GCP [Restricting ingress for Cloud Run](https://cloud.google.com/run/docs/securing/ingress){: target="_blank"} for more information on these options. 1. You cannot set access controls on specific data, only the entire custom site. @@ -95,3 +95,11 @@ The cost of running a site on Google Cloud Platform depends on the size of your 1. Build a custom image, upload it to the Google Cloud Artifact Registry and create a Cloud Run service to run the site. See [Deploy services to Google Cloud](deploy_cloud.md) 1. Launch and productionize your site for external traffic. See [Launch your Data Commons](/custom_dc/launch_cloud.html). 1. For future updates and launches, continue to make UI and data changes locally, before deploying the changes to GCP. + +## Send feedback {#feedback} + +We use [Google Issue Tracker](https://issuetracker.google.com){: target="_blank"} to track bugs and feature requests. All tickets are publicly viewable. + +Before opening a new ticket, please see if an existing [feature request](https://issuetracker.google.com/issues?q=componentid:1659535%2B%20type:feature_request){: target="_blank"} or [bug report](https://issuetracker.google.com/issues?q=componentid:1659535%20-type:feature_request){: target="_blank"} covering your issue has already been filed. If yes, upvote (click the **+1** button ) and [subscribe](https://developers.google.com/issue-tracker/guides/subscribe){: target="_blank"} to it. If not, open a new [feature request](https://issuetracker.google.com/issues/new?component=1659535&template=2053233){: target="_blank"} or [bug report](https://issuetracker.google.com/issues/new?component=1659535&template=2053231){: target="_blank"}. + +For any issue you file, make sure to indicate that it affects your Data Commons instance. \ No newline at end of file