From f70e7ddd5f14be085f8c8763424b1a90aafac084 Mon Sep 17 00:00:00 2001 From: "andrew.greene" Date: Thu, 14 Jan 2021 17:26:44 -0700 Subject: [PATCH] Clarified guidelines for project proposals --- projects/proposals/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/proposals/README.md b/projects/proposals/README.md index b9545ca..25d92de 100644 --- a/projects/proposals/README.md +++ b/projects/proposals/README.md @@ -11,6 +11,8 @@ Have an idea or improvement, you're in the right place. Before proceeding please 1. Submit a new [issue](https://repo1.dso.mil/platform-one/p1toc/-/issues/new), using the new project proposal template. 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). + 1. Make sure to copy the proposal template and rename it to your-project.yaml + 2. Title the merge request `Your-Project proposal (#X)` where X is the issue number from step 1. ### Proposal reviews -- GitLab