From 318ef2bdb140a4a7ce547d8ce92de6213315ad77 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:30:25 -0600 Subject: [PATCH] Move support section to root README for better discoverability (#10) Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> --- CONTRIBUTING.md | 5 ----- README.md | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d70fbbe..9a0039a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,3 @@ commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). If you do not wish to maintain a set of private keys on your account, you can also use the [sigstore/gitsign](https://github.com/sigstore/gitsign) project for keyless signing with your GitHub account. - -**Support** - -- Ask any question about how to use the `tf.libsonnet` libraries in the [Organization - GitHub Discussion](https://github.com/orgs/tf-libsonnet/discussions). diff --git a/README.md b/README.md index b836def..a6fb718 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,13 @@ Refer to the [reference docs](/docs/2.x/README.md) for a list of supported data - [resources](/docs/2.x/README.md) - [data sources](/docs/2.x/data/index.md) + +## Support + +If you have any questions about how to use the `tf.libsonnet` libraries, ask in the [Organization GitHub +Discussion](https://github.com/orgs/tf-libsonnet/discussions). + + ## Contributing Refer to the [CONTRIBUTING.md](/CONTRIBUTING.md) document for information on how to contribute to `tf.libsonnet`.