From 6bd469730422f8ffd3d18918210732b62af75540 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Sat, 9 Dec 2023 17:23:04 -0800 Subject: [PATCH] [issues] Add "Customer request" template --- .github/ISSUE_TEMPLATE/customer-request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/customer-request.md diff --git a/.github/ISSUE_TEMPLATE/customer-request.md b/.github/ISSUE_TEMPLATE/customer-request.md new file mode 100644 index 0000000000..8a0e7ededd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/customer-request.md @@ -0,0 +1,17 @@ +--- +name: Customer request +about: Describe what features you'd like from zerocopy for your project +title: Features to support +labels: customer-request +assignees: '' + +--- + +**What is the name of your project?** + +**Please provide a link to your project (GitHub repository, crates.io page, etc).** + +**What features would you like from zerocopy?** +For each feature: +- Describe why it would be useful to your project, providing any useful context (GitHub links, etc). +- If there is an existing zerocopy GitHub issue describing this feature, link to it.