From 97868d6d2d144f0cea84145fb59596cc477c24fe Mon Sep 17 00:00:00 2001 From: Yuki Date: Sat, 1 Apr 2023 11:00:26 +0900 Subject: [PATCH 1/3] 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). From f4d89594b0051fc05ed8dc054b82d69cd8bcdb8e Mon Sep 17 00:00:00 2001 From: Yuki Date: Sat, 1 Apr 2023 11:00:53 +0900 Subject: [PATCH 2/3] Moved Contributing description from ReadMe.md --- Contributing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Contributing.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 000000000..11727b547 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,5 @@ +# 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). \ No newline at end of file From 33507b2652803ef52abb885a305d582cee33c726 Mon Sep 17 00:00:00 2001 From: Yuki <117277631+Yuki-1118@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:48:05 +0900 Subject: [PATCH 3/3] Updata:ReadMe Added link to Contributing.md at the end of ReadMe --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 902d396d5..3f61df90a 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ 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 + +Please read [this](/Contributing.md)