diff --git a/.github/ISSUE_TEMPLATE/community-nomination.md b/.github/ISSUE_TEMPLATE/community-nomination.md deleted file mode 100644 index d9f66acf02511cd0adb4987e25fe9b6daad5843f..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/community-nomination.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Community Nomination -about: Use this template to Nominate someone for a community seat -title: 'Nomination: [Samantha Carter]' -labels: community-nomination -assignees: '' - ---- - -# Nominee -Name: -GitHub Handle: @ -Organization: -Employer: -Bio: - -## Nominator -Name: -Organization: -Employer: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index c20b0038aad43dff26ff8b1e993ade359b0f1133..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Mattermost ChatOps - url: https://chat.il2.dso.mil/platform-one/channels/topic---p1toc - about: Join us here if you have a Platform One SSO - - name: P1TOC Meetups - url: https://github.com/DoD-Platform-One/P1TOC/blob/master/README.md#meeting-time - about: Join us during our meetups, we'll make time for general Q&A \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation-feedback.md b/.github/ISSUE_TEMPLATE/documentation-feedback.md deleted file mode 100644 index 22d49330f207bffbfa2175024d2bacb20b0a3b47..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/documentation-feedback.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Documentation Feedback -about: feedback and suggestions for documentation -title: '' -labels: documentation -assignees: '' - ---- - -# Documentation -## Description - -## Related documents diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c41b80a08e03093f8af99eebc77fd3779f512c5b..0000000000000000000000000000000000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Question -about: Can't find your answer? -title: '' -labels: question -assignees: '' - ---- - -# Question diff --git a/.gitlab/issue_templates/community-nomination.md b/.gitlab/issue_templates/community-nomination.md new file mode 100644 index 0000000000000000000000000000000000000000..898a73a8934e37433161957bbc4673e97f37411e --- /dev/null +++ b/.gitlab/issue_templates/community-nomination.md @@ -0,0 +1,14 @@ +# Nominee +Name: +GitLab Handle: @ +Organization: +Employer: +Bio: + +## Nominator (if applicable) +Name: +Organization: +Employer: + + +/label ~community-nomination diff --git a/.github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md b/.gitlab/issue_templates/documentation-feedback-or-addition.md similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation-feedback-or-addition.md rename to .gitlab/issue_templates/documentation-feedback-or-addition.md diff --git a/.github/ISSUE_TEMPLATE/feature-request-enhancement.md b/.gitlab/issue_templates/feature-request-enhancement.md similarity index 79% rename from .github/ISSUE_TEMPLATE/feature-request-enhancement.md rename to .gitlab/issue_templates/feature-request-enhancement.md index 724bff81ec3ca941244f50f49ec4fa81ab03ed8e..006694394885584abb396a0fd81f5789fe43fbb3 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-enhancement.md +++ b/.gitlab/issue_templates/feature-request-enhancement.md @@ -1,12 +1,3 @@ ---- -name: Feature request/Enhancement -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] @@ -18,3 +9,5 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. + +/label ~enhancement \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new-project-proposal.md b/.gitlab/issue_templates/new-project-proposal.md similarity index 55% rename from .github/ISSUE_TEMPLATE/new-project-proposal.md rename to .gitlab/issue_templates/new-project-proposal.md index 42674aefbfb8253cfe3ef23f77e69c04a088d761..c80539ce3f726aa7c0c1cc37b767aa6d88863823 100644 --- a/.github/ISSUE_TEMPLATE/new-project-proposal.md +++ b/.gitlab/issue_templates/new-project-proposal.md @@ -1,12 +1,3 @@ ---- -name: New Project Proposal -about: Step 1 in a new project proposal -title: '' -labels: new-project -assignees: '' - ---- - ** We will grant permissions to submit the proposal ** # Project Name: @@ -14,3 +5,5 @@ Description: Initial Members: - John Smith @githubhandle - Teal'c @jaffa4life + +/labels new-project \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/project-presentation.md b/.gitlab/issue_templates/project-presentation.md similarity index 64% rename from .github/ISSUE_TEMPLATE/project-presentation.md rename to .gitlab/issue_templates/project-presentation.md index 926d3541e1c9e653506fe8a7268e40f2883de5bd..8bd16e590fbd788a06fd57a776ec600724f5de0c 100644 --- a/.github/ISSUE_TEMPLATE/project-presentation.md +++ b/.gitlab/issue_templates/project-presentation.md @@ -1,12 +1,3 @@ ---- -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: @@ -19,3 +10,5 @@ Alternate: - [ ] 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 + +/label show-and-tell \ No newline at end of file diff --git a/.gitlab/issue_templates/question.md b/.gitlab/issue_templates/question.md new file mode 100644 index 0000000000000000000000000000000000000000..7e70d2aacbfb0505d2d901c6305780cee863057e --- /dev/null +++ b/.gitlab/issue_templates/question.md @@ -0,0 +1,4 @@ +# Question + + +/label ~question