From 2f3c42465b09cdb2f42477cb7cbd335531d5e067 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 24 Apr 2020 16:45:50 -0500 Subject: [PATCH] Add details about the different templates There are three different templates people may need to use when opening an oslo spec. We should explain that in the readme. Change-Id: I720bab01196469a7759c9fa01e59c9735b12e628 --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ab7e643..3579f67 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,15 @@ oslo-specs .. image:: https://governance.openstack.org/tc/badges/oslo-specs.svg :target: https://governance.openstack.org/tc/reference/tags/index.html -.. Change things from this point on +There are three templates from which to start a spec, depending on what you +are proposing: + +* If you are proposing a completely new library: + `new-library-template.rst `_ +* If you are proposing a new policy for Oslo: + `policy-template.rst `_ +* If you are proposing any other major feature: + `template.rst `_ OpenStack Common Libraries (Oslo) Specifications