From 2ac0358cc770859b2fdbf50c3c50f124f4be8502 Mon Sep 17 00:00:00 2001 From: Josh Berkus Date: Mon, 13 Jan 2025 17:25:00 -0800 Subject: [PATCH 1/2] Update the description for Business/Project Separation question. Signed-off-by: Josh Berkus --- .github/ISSUE_TEMPLATE/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index c90e4d0..5b9d532 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -168,7 +168,7 @@ body: - type: textarea attributes: label: Business Product or Service to Project separation - description: If this project is identical (name, features, etc.) or closely related to one or more products or services of the sponsoring company/organization(s), how do you plan to separate this project from any products in terms of organization and development? If it is not related to a product or service, just provide "N/A". + description: If this project is related to one or more products or services of the sponsoring company/organization(s), please explain how you plan to separate this project from any products in terms or organization and development. The project could be the "upstream" open source version of a product or service, be a required dependency, or be a key part of the infrastructure you use to develop your products/services. If the project is completely unrelated to any product/service, please put "This project is unrelated to any product." validations: required: true - type: textarea From 0219913dbd1f0e9b27ec16d5604cd9202ca3b73d Mon Sep 17 00:00:00 2001 From: Josh Berkus Date: Mon, 3 Feb 2025 16:14:55 -0800 Subject: [PATCH 2/2] Edited description language per Dims. Signed-off-by: Josh Berkus --- .github/ISSUE_TEMPLATE/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index 5b9d532..78831f7 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -168,7 +168,7 @@ body: - type: textarea attributes: label: Business Product or Service to Project separation - description: If this project is related to one or more products or services of the sponsoring company/organization(s), please explain how you plan to separate this project from any products in terms or organization and development. The project could be the "upstream" open source version of a product or service, be a required dependency, or be a key part of the infrastructure you use to develop your products/services. If the project is completely unrelated to any product/service, please put "This project is unrelated to any product." + description: If this project is related to one or more products or services of the sponsoring company/organization(s), please explain how you plan to separate this project from any products in terms of organization and development. The project could be the "upstream" open source version of a product or service, be a required dependency, or be a key part of the infrastructure you use to develop your products/services. If the project is completely unrelated to any product/service, or the project contributor is not a business, please put "This project is unrelated to any product or service." validations: required: true - type: textarea