From 4886ddd842a1c65f2b9711aae89c1eabc0aa725d Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 10 Jun 2024 12:41:27 -0500 Subject: [PATCH] [External] [docs] Update "Contributing" section in examples/README.md (#41664) [External] [docs] Update "Contributing" section in examples/README.md Proposing updating this section as it conflicts with the contents under https://github.com/modularml/mojo/tree/nightly?tab=readme-ov-file#contributing, inspired by contents in https://github.com/modularml/mojo/blob/nightly/stdlib/README.md#contributing-to-the-mojo-standard-library. Co-authored-by: Scott Brenner Closes modularml/mojo#2997 MODULAR_ORIG_COMMIT_REV_ID: 1f159ffa655d49ddee95f637ad812bc6c205082a --- examples/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 4b1b9d147c..f5d82b7152 100644 --- a/examples/README.md +++ b/examples/README.md @@ -91,6 +91,10 @@ under the Apache License v2.0 with LLVM Exceptions ## Contributing -Thanks for your interest in contributing to this repository! -We are not accepting pull requests at this time, but are actively -working on a process to accept contributions. Please stay tuned. +As a contributor, your efforts and expertise are invaluable in driving the +evolution of the Mojo programming language. The [Mojo contributor +guide](../CONTRIBUTING.md) provides all the information necessary to make +meaningful contributions—from understanding the submission process to +adhering to best practices: + +- [Mojo contributor guide](../CONTRIBUTING.md)