From a2e9db03c2a2f88cbfb04dcb856c0b6834fabd26 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Sat, 21 May 2016 13:58:37 +0800 Subject: [PATCH] Update project source in README Change-Id: Ib64cb54b2254a05717ec6a813b93efb667385d5c Signed-off-by: Yujun Zhang --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b78e38b..a8504ee 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,12 @@ This should set up your project directory and make it ready for development. * `npm run lint` - Perform a linting check. ## TODO List + Looking for something to add? Here's a quick checklist: * Prompt user for the project name, and make it accessible to all submodules. * Choose the type of project they'd like to generate: Library, Web UI, or CLI Node App - * Basic project setup for these different types will also be needed. + * Basic project setup for these different types will also be needed. * package.json creation and maintenance * Ensure that license is persisted into package.json * dependency propagation from global requirements @@ -51,6 +52,10 @@ Looking for something to add? Here's a quick checklist: ## Project Resources - [Source code](https://git.openstack.org/cgit/openstack/js-generator-openstack) + - [Code review](https://review.openstack.org/#/admin/projects/openstack-infra/js-generator-openstack) + - [Storyboard](https://storyboard.openstack.org/#!/project/842) + +## Workflow + - [How to contribute to OpenStack](http://docs.openstack.org/infra/manual/developers.html) - [Code reviews workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow) -