From 1b0db82dbe5c422f01509b1fa3b4767b56949226 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:57:28 -0500 Subject: [PATCH] docs: fix recognition (#15769) --- docs/docs/contributing/index.mdx | 5 +++++ docs/docs/packages.mdx | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/contributing/index.mdx b/docs/docs/contributing/index.mdx index f3e61a29f5..366664ed03 100644 --- a/docs/docs/contributing/index.mdx +++ b/docs/docs/contributing/index.mdx @@ -40,3 +40,8 @@ smooth for future contributors. In a similar vein, we do enforce certain linting, formatting, and documentation standards in the codebase. If you are finding these difficult (or even just annoying) to work with, feel free to contact a maintainer for help - we do not want these to get in the way of getting good code into the codebase. + +# 🌟 Recognition + +If your contribution has made its way into a release, we will want to give you credit on Twitter (only if you want though)! +If you have a Twitter account you would like us to mention, please let us know in the PR or through another means. \ No newline at end of file diff --git a/docs/docs/packages.mdx b/docs/docs/packages.mdx index a5075335b6..6bf82866f5 100644 --- a/docs/docs/packages.mdx +++ b/docs/docs/packages.mdx @@ -55,7 +55,3 @@ All changes will be accompanied by a patch version increase. Partner packages are versioned independently. -# 🌟 Recognition - -If your contribution has made its way into a release, we will want to give you credit on Twitter (only if you want though)! -If you have a Twitter account you would like us to mention, please let us know in the PR or through another means.