From d823b8838e7d1bc058124d2a9fffdd249ff6e584 Mon Sep 17 00:00:00 2001 From: kerr Date: Mon, 11 Apr 2022 17:54:23 +0800 Subject: [PATCH] =doc Add welcome to contributions (#31327) --- CONTRIBUTING.md | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffa9ac8a1a..31058643d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Welcome! Thank you for contributing to Akka! +# Welcome! Thank you for interest in contributing to Akka! We follow the standard GitHub [fork & pull](https://help.github.com/articles/using-pull-requests/#fork--pull) approach to pull requests. Just fork the official repo, develop in a branch, and submit a PR! diff --git a/README.md b/README.md index f65a41166c..fa5b6bf897 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,14 @@ In addition to that, you may enjoy following: Contributing ------------ -Contributions are *very* welcome! +**Contributions are *very* welcome!** -If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it. +If you see an issue that you'd like to see fixed, or want to shape out some ideas, +the best way to make it happen is to help out by submitting a pull request implementing it. +We welcome contributions from all, even you are not yet familiar with this project, +We are happy to get you started, and will guide you through the process once you've submitted your PR. + +[![akka-dependency-badge]][akka-dependency-scaladex] Refer to the [CONTRIBUTING.md](https://github.com/akka/akka/blob/main/CONTRIBUTING.md) file for more details about the workflow, and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly,