From 408f6d328aeb8ab04b248612901bd3d76573f8ef Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 6 Aug 2024 10:29:59 -0400 Subject: [PATCH 1/2] Start two issue templates --- .github/ISSUE_TEMPLATE/company.yaml | 31 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/license.yaml | 30 ++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/company.yaml create mode 100644 .github/ISSUE_TEMPLATE/license.yaml diff --git a/.github/ISSUE_TEMPLATE/company.yaml b/.github/ISSUE_TEMPLATE/company.yaml new file mode 100644 index 0000000..b713321 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/company.yaml @@ -0,0 +1,31 @@ +name: Propose a Company +description: Submit your company for official recognition as Fair Source. +body: + - type: input + id: name + attributes: + label: Company Name + placeholder: "e.g., Acme" + validations: + required: true + - type: input + id: link + attributes: + label: Announcement Link + placeholder: "https://acme.blog/foo-is-now-fair-source" + validations: + required: true + - type: input + id: background + attributes: + label: Background + description: Background color to go behind your logo + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: Please upload your logo here + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/license.yaml b/.github/ISSUE_TEMPLATE/license.yaml new file mode 100644 index 0000000..e0ce615 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/license.yaml @@ -0,0 +1,30 @@ +name: Propose a License +description: Propose a new license for official recognition as Fair Source. +body: + - type: input + id: name + attributes: + label: License Name + placeholder: "e.g., Foo License, v 1.0" + validations: + required: true + - type: input + id: identifier + attributes: + label: License Short Identifier + placeholder: "e.g., FOO-1.0" + validations: + required: true + - type: input + id: link + attributes: + label: Link + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + validations: + required: true + From bca9eb6ce6cd2b8bf99a55a85e8336d5bdddb338 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 6 Aug 2024 10:36:18 -0400 Subject: [PATCH 2/2] Tweaks --- .github/ISSUE_TEMPLATE/company.yaml | 7 ++++--- .github/ISSUE_TEMPLATE/license.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/company.yaml b/.github/ISSUE_TEMPLATE/company.yaml index b713321..a89d9ad 100644 --- a/.github/ISSUE_TEMPLATE/company.yaml +++ b/.github/ISSUE_TEMPLATE/company.yaml @@ -18,14 +18,15 @@ body: - type: input id: background attributes: - label: Background - description: Background color to go behind your logo + label: Background Color + description: We will use this color behind your logo. + placeholder: "e.g., #6495ED" validations: required: true - type: textarea id: description attributes: label: Description - description: Please upload your logo here + description: Please upload your logo here, along with anything else you wish to add. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/license.yaml b/.github/ISSUE_TEMPLATE/license.yaml index e0ce615..e1d9eb3 100644 --- a/.github/ISSUE_TEMPLATE/license.yaml +++ b/.github/ISSUE_TEMPLATE/license.yaml @@ -1,5 +1,5 @@ name: Propose a License -description: Propose a new license for official recognition as Fair Source. +description: Submit a new license for official recognition as Fair Source. body: - type: input id: name