From 39684002f9bc9ebb5d2045476b8db2c1a85e7554 Mon Sep 17 00:00:00 2001 From: Andrew <46836330+andrewsgreene@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:24:57 -0700 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/project-presentation.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/project-presentation.md diff --git a/.github/ISSUE_TEMPLATE/project-presentation.md b/.github/ISSUE_TEMPLATE/project-presentation.md new file mode 100644 index 0000000..926d354 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/project-presentation.md @@ -0,0 +1,21 @@ +--- +name: Project Presentation +about: You've completed MVP Milestones and are ready to claim success +title: 'Presentation: [PROJECT]' +labels: show-and-tell +assignees: '' + +--- + +# Project +Name: +Repository URL: + +## POCs +Primary Presentor: +Alternate: + +## Confirm the following: +- [ ] Project has been proposed, accepted, and is an active P1TOC project +- [ ] Project has reached proposed MVP Maturity +- [ ] Your project has a CONTRIBUTING.md file, complete with guidelines at the root fo your project -- GitLab