From 97868d6d2d144f0cea84145fb59596cc477c24fe Mon Sep 17 00:00:00 2001 From: Yuki Date: Sat, 1 Apr 2023 11:00:26 +0900 Subject: [PATCH] Moved Contributing description to a separate file. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 056cc0770..902d396d5 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,3 @@ These are the main components of the Recommendation Algorithm included in this r | | [twml](twml/README.md) | Legacy machine learning framework built on TensorFlow v1. | We include Bazel BUILD files for most components, but not a top level BUILD or WORKSPACE file. - -## Contributing - -We invite the community to submit GitHub issues and pull requests for suggestions on improving the recommendation algorithm. We are working on tools to manage these suggestions and sync changes to our internal repository. Any security concerns or issues should be routed to our official [bug bounty program](https://hackerone.com/twitter) through HackerOne. We hope to benefit from the collective intelligence and expertise of the global community in helping us identify issues and suggest improvements, ultimately leading to a better Twitter. - -Read our blog on the open source initiative [here](https://blog.twitter.com/en_us/topics/company/2023/a-new-era-of-transparency-for-twitter).