From 6dcd2356413f1865513ca10a49475bc4ac172a9d Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:37:08 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 59cf3351793..7bb81295bad 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,19 @@ Additionally, example code might theoretically modify or delete existing AWS res This repository thrives on your contributions! ❤️ To get involved, see the [CONTRIBUTING.md](CONTRIBUTING.md). 🙏 +# Requests + +## How we prioritize contributions and requests +Our team reviews all request, evaluating them for the following: +- Clarity +- Relevance +- Feasibility + +Based on the evaluation, we determine the priority of each request and allocate resources accordingly. We prioritize requests that are clear, relevant, and can be completed in a reasonable amount of time. **All examples request should be made as early as possible. For larger examples, this should be at least two months in advance of the requied date.** An accompanying high quality PR increases the chance we can address the request. + +Please note that some requests, such as bug fixes and security issues, take priority over new code examples. Additionally, we have finite resources and our own priorities that guide the development of code examples. If you have any questions or would like to contribute, please refer to our [contribution guide](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/CONTRIBUTING.md). + + ## Tributaries The AWS Documentation includes source code examples from several additional sources. These sources are called tributaries, flowing into the "river" of AWS Documentation. From aa57588c385f3b90422bed75c42c1337d9d153e0 Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:47:49 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bb81295bad..0df6b65966e 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,17 @@ This repository thrives on your contributions! ❤️ To get involved, see the [ # Requests +Requests for examples can be made via [Issue tracker](https://github.com/awsdocs/aws-doc-sdk-examples/issues/new?assignees=octocat&labels=type%2Fenhancement&projects=&template=enhancement.yaml&title=%5BEnhancement%5D%3A+%3CDESCRIPTIVE+TITLE+HERE%3E). + ## How we prioritize contributions and requests -Our team reviews all request, evaluating them for the following: +Our team reviews all requests, evaluating them for the following: - Clarity - Relevance - Feasibility -Based on the evaluation, we determine the priority of each request and allocate resources accordingly. We prioritize requests that are clear, relevant, and can be completed in a reasonable amount of time. **All examples request should be made as early as possible. For larger examples, this should be at least two months in advance of the requied date.** An accompanying high quality PR increases the chance we can address the request. +**All examples request should be made as early as possible. For larger examples, this should be at least two months in advance of the requied date.** + +Based on the evaluation, we determine the priority of each request and allocate resources accordingly. We prioritize requests that are clear, relevant, and can be completed in a reasonable amount of time. An accompanying high quality PR increases the chance we can address the request. Please note that some requests, such as bug fixes and security issues, take priority over new code examples. Additionally, we have finite resources and our own priorities that guide the development of code examples. If you have any questions or would like to contribute, please refer to our [contribution guide](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/CONTRIBUTING.md). From df9d7b0eb71078521cae11feeb1c58dcab350d2e Mon Sep 17 00:00:00 2001 From: Jason Q <81179619+beqqrry-aws@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:17:53 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df6b65966e..778ede1dccb 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Our team reviews all requests, evaluating them for the following: - Relevance - Feasibility -**All examples request should be made as early as possible. For larger examples, this should be at least two months in advance of the requied date.** +**All examples requests should be made as early as possible. For larger examples, this should be at least two months in advance of the required date.** Based on the evaluation, we determine the priority of each request and allocate resources accordingly. We prioritize requests that are clear, relevant, and can be completed in a reasonable amount of time. An accompanying high quality PR increases the chance we can address the request.