From 5a4e07fed825227776bc80da86dd47e480ced905 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Fri, 21 Apr 2023 08:10:10 +1000 Subject: [PATCH] Create 2-missing-package.yml --- .github/ISSUE_TEMPLATE/2-missing-package.yml | 44 ++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/2-missing-package.yml diff --git a/.github/ISSUE_TEMPLATE/2-missing-package.yml b/.github/ISSUE_TEMPLATE/2-missing-package.yml new file mode 100644 index 00000000..774100a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-missing-package.yml @@ -0,0 +1,44 @@ +name: Missing Package Request +description: Request a ROS package to be packaged in RoboStack +title: 'Package request: PACKAGE_NAME' +labels: additional-packages +body: + - type: input + id: package_name + attributes: + label: Package name + description: | + Replace `PACKAGE_NAME` with the name of the missing package. + placeholder: PACKAGE_NAME + validations: + required: true + + - type: checkboxes + id: operating_systems + attributes: + label: Operating System(s) + options: + - label: linux-64 + - label: linux-aarch64 + - label: osx-64 + - label: osx-arm64 + - label: win-64 + + - type: textarea + id: additional_context + attributes: + label: Additional context (optional) + description: | + Add any additional information or context about the missing package request, such as its importance or use cases. + validations: + required: false + + - type: textarea + id: links_and_references + attributes: + label: Links and references (optional) + description: | + - Package repository: (Provide the URL of the package's source repository, if available) + - Other relevant links: (Provide any other relevant links, if available) + validations: + required: false