From e63b157b6e890185b6a00c0bcea10fe42f545f8a Mon Sep 17 00:00:00 2001 From: "andrew.greene" Date: Wed, 13 Jan 2021 17:11:02 -0700 Subject: [PATCH 1/2] Update Issue Templates --- .github/ISSUE_TEMPLATE/config.yml | 8 +++++++ .../ISSUE_TEMPLATES/community_nomination.md | 21 ------------------- .../ISSUE_TEMPLATES/project_presentation.md | 18 ---------------- 3 files changed, 8 insertions(+), 39 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATES/community_nomination.md delete mode 100644 .github/ISSUE_TEMPLATES/project_presentation.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c20b003 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +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_TEMPLATES/community_nomination.md b/.github/ISSUE_TEMPLATES/community_nomination.md deleted file mode 100644 index 0c68259..0000000 --- a/.github/ISSUE_TEMPLATES/community_nomination.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: community nomination -about: community nomination -title: "[Community Nominee] name" -labels: nominee - ---- - -Thank you for your nomination! - -# Nominee -Name: -Organization: -Employer: -Bio: - - -## Nominator -Name: -Organization: -Employer: diff --git a/.github/ISSUE_TEMPLATES/project_presentation.md b/.github/ISSUE_TEMPLATES/project_presentation.md deleted file mode 100644 index 9cb84ad..0000000 --- a/.github/ISSUE_TEMPLATES/project_presentation.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: project presentation request -about: request for a spot to present your completed project -title: "[PROJECT PRESENTATION] project" -labels: presentation - ---- - -We look forward to your presentation! - -Please confirm and provide the following: - -- [ ] Project has reached the proposed MVP maturity -- [ ] Project has previously been proposed and is a P1TOC active project -- [ ] Your project has a `CONTRIBUTING.md` file with guidelines at the root of your project. - -What is the URL of your project? - -- GitLab From 1f28d032351380d6d43421d0c5fa3ad3bef48327 Mon Sep 17 00:00:00 2001 From: "andrew.greene" Date: Wed, 13 Jan 2021 17:28:36 -0700 Subject: [PATCH 2/2] Update project proposal guidelines --- projects/proposals/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/projects/proposals/README.md b/projects/proposals/README.md index 7757467..8f22ce3 100644 --- a/projects/proposals/README.md +++ b/projects/proposals/README.md @@ -8,11 +8,9 @@ Have an idea or improvement, you're in the right place. Before proceeding please ## New proposals -Begin by completing the [proposal template](proposal_template.yaml), when ready submit a merge request. The request will be reviewed at the next P1TOC meetup (time permitting, reviewed in order of submission). - -Merge Request checklist: -- [ ] File name matches the naming convention *projectName_proposal_submission.yaml*, replacing projectName with your project. -- [ ] File has every component populated +1. Submit a new [issue](https://github.com/DoD-Platform-One/P1TOC/issues/new?assignees=&labels=new-project&template=new-project-proposal.md&title=) +2. Wait for the P1TOC to grant access and/or provide initial feedback. (This will be done offline through comments on the issue) +3. Create a branch, complete the [proposal template](proposal_template.yaml), when ready submit a pull request. The request will be reviewed at the next P1TOC meetup (time permitting, reviewed in order of submission). ### Proposal reviews @@ -28,4 +26,5 @@ P1TOC meetups are the recommended forum to get visibility and support on your pr 2. A general project timeline is established 3. Code repository is clearly identified and includes a `CONTRIBUTING.md` created the the proposer. 4. Development iterates -5. When ready the project requests a project presentation by submitting an [issue](https://github.com/DoD-Platform-One/P1TOC/issues) \ No newline at end of file +5. When ready the project requests a project presentation by submitting an [issue](https://github.com/DoD-Platform-One/P1TOC/issues/new?assignees=&labels=show-and-tell&template=project-presentation.md&title=Presentation%3A+%5BPROJECT%5D) + 1. The P1TOC will coordinate in the issue and schedule a time for your presentation \ No newline at end of file -- GitLab