From 29c48bbea84af47e6f63ffa92bd2557be5c9eb5e Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Thu, 13 Oct 2022 15:41:10 +0200 Subject: [PATCH 1/3] docs(governance): allow community to suggest feature content in our documentation --- .github/ISSUE_TEMPLATE/share_your_work.yml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/share_your_work.yml diff --git a/.github/ISSUE_TEMPLATE/share_your_work.yml b/.github/ISSUE_TEMPLATE/share_your_work.yml new file mode 100644 index 00000000000..974aec87b06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/share_your_work.yml @@ -0,0 +1,56 @@ +name: I Made This (showcase your work) +description: Share what you did with Powertools 💞💞. Blog post, workshops, presentation, sample apps, etc. +title: "[I Made This]: " +labels: ["community-content"] +body: + - type: markdown + attributes: + value: Thank you for helping spread the word out on Powertools, truly! + - type: input + id: content + attributes: + label: Link to your material + description: | + Please share the original link to your material. + + *Note: Short links will be expanded when added to Powertools documentation* + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: Describe in one paragraph what's in it for them (readers) + validations: + required: true + - type: input + id: author + attributes: + label: Preferred contact + description: What's your preferred contact? We'll list it next to this content + validations: + required: true + - type: input + id: author-social + attributes: + label: (Optional) Social Network + description: If different from preferred contact, what's your preferred contact for social interactions? + validations: + required: false + - type: textarea + id: notes + attributes: + label: (Optional) Additional notes + description: | + Any notes you might want to share with us related to this material. + + *Note: These notes are explicitly to Powertools maintainers. It will not be added to the community resources page.* + validations: + required: false + - type: checkboxes + id: acknowledgment + attributes: + label: Acknowledgment + options: + - label: I understand this content may be removed from Powertools documentation if it doesn't conform with the [Code of Conduct](https://aws.github.io/code-of-conduct) + required: true From 0a64401345effdf2ecd5a7eb6a11c2ccfedff914 Mon Sep 17 00:00:00 2001 From: heitorlessa <lessa@amazon.co.uk> Date: Thu, 13 Oct 2022 15:50:41 +0200 Subject: [PATCH 2/3] docs(governance): add new labels --- MAINTAINERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fb94090f762..4e78aac2eb4 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -94,6 +94,8 @@ These are the most common labels used by maintainers to triage issues, pull requ | github-actions | Changes in GitHub workflows | PR automation | | github-templates | Changes in GitHub issue/PR templates | PR automation | | internal | Changes in governance, tech debt and chores (linting setup, baseline, etc.) | PR automation | +| customer-reference | Authorization to use company name in our documentation | Public Relations | +| community-content | Suggested content to feature in our documentation | Public Relations | ## Maintainer Responsibilities From 23eef90c91b7f2b04e61083a6f9d07c13b646d74 Mon Sep 17 00:00:00 2001 From: heitorlessa <lessa@amazon.co.uk> Date: Thu, 13 Oct 2022 15:51:14 +0200 Subject: [PATCH 3/3] docs(governance): fix support_powertools label --- .github/ISSUE_TEMPLATE/support_powertools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support_powertools.yml b/.github/ISSUE_TEMPLATE/support_powertools.yml index 551959d901d..e03b1627044 100644 --- a/.github/ISSUE_TEMPLATE/support_powertools.yml +++ b/.github/ISSUE_TEMPLATE/support_powertools.yml @@ -1,7 +1,7 @@ name: Support Lambda Powertools (become a reference) description: Add your organization's name or logo to the Lambda Powertools documentation title: "[Support Lambda Powertools]: <your organization name>" -labels: ["customer_reference"] +labels: ["customer-reference"] body: - type: markdown attributes: