d230458f333fba8e4f5f1908c51df8d4e5c14dc3
15 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Russell Bryant
|
d230458f33 |
Switch license to CC-BY 3.0.
I asked on the legal-discuss mailing list which license should be used and the direction given was to use CC-BY for new documentation. http://lists.openstack.org/pipermail/legal-discuss/2014-March/000201.html Change-Id: I24a5f0e6de048ef643f42dc7efe5e4cdc35772ba |
||
|
Jenkins
|
9a313c1633 | Merge "Update the template to ask about notifications" | ||
|
John Garbutt
|
c0318d41ff |
Update the template to ask about notifications
Added an extra section about notifications, asking the template author to specify any changes to notifications. Change-Id: I1a752df3b9cab6a0c08c9f82d1d34de43eeb79b8 |
||
|
Leandro I. Costantino
|
e29f1ccbed |
Include online reSt editor link
The current reST parser link will throw a bunch of python errors that may be hard to read. The new link adds http://rst.ninjs.org/ to allow the developers watch in-place current formatting errors. It's a full reST online editor. Change-Id: I6ab5fbcbda7939736591d327dd2d03da66120ead |
||
|
Matt Van Winkle
|
8ad83ac056 |
Update template with a note about db migrations
This change adds a line to the deployer section of the blueprint template to remind submitters to note expected database migrations. Change-Id: I277df6ec96573cae21cf756a049a353db83bbf3f |
||
|
Joe Gordon
|
13555fabfd |
Remove Copyright holder line from template
The important part is the Apache2 header not who holds the copyright. These copyright holder lines are often inaccurate and misleading, so don't require one by default. Note: Some companies require there employees to use these, so if someone adds this line in there spec, we should allow it. We just don't want to require one by default. Change-Id: Ifd82752d4e220360ab1d8a6bcd3fc27cb10b7d65 |
||
|
Jenkins
|
fc625e36b6 | Merge "Add a pointer to .rst help resources" | ||
|
Jenkins
|
9a2ae60e5f | Merge "Add Apache 2 License" | ||
|
Christopher Yeoh
|
07e570fa95 |
Add template details for REST API changes
Adds more detail for the requirements where REST API additions or changes are being planned. Change-Id: Id98d80520acc4d085ae64acee70a420c769fd549 |
||
|
Russell Bryant
|
ea530f7414 |
Add a pointer to .rst help resources
Add a link to a helpful reference on rst formatting and a site that will render rst to html to see if you've made any mistakes. Change-Id: I24b6dca69324a50e7c0eda2dc50a25cad4a8e20b |
||
|
John Garbutt
|
0df6270a95 |
Usability improvements to the spec template
Template should be easier to use with a little more structure between the sections. Added a comment that people can add None instead of deleting a section. This should help keep the use of the template more consistent. The sub-headings in implementation are renamed to match the existing fields in launchpad. Should make parsing these easier at some point in the future. Tweaked the order so its closer to the current launchpad ordering. Partly to ease the transition, party because I like the order they have chosen. Made a distinction between end-users, deployers and developers. This has created much confusion in the past. To reduce the text we force people to delete, trying out adding some instructions as a comment block. Change-Id: I28fae5c03da6939471109de7177ac7d2440e7680 |
||
|
Michael Still
|
b4253ee49c |
Add a template for design specs.
Add a template for specs. This covers the general formatting we expect, as well as the level of detail we are looking for. Change-Id: I03fcb6ad178bb0099612b0e19b3f4c1a209a94bd |
||
|
Joe Gordon
|
2c1aa4e91e |
Add Apache 2 License
Like everything else in OpenStack this is under the Apache 2 License. Change-Id: I4ca18a62c92da61660f064f7dbdb99ad029490f6 |
||
|
Russell Bryant
|
26f907c98f |
Add README and base directory structure
This commit introduces the proposed layout for this repository. The next step after this will be to start defining the expected layout of a spec and provide some templates. Change-Id: I4b38d75802f3c7feef98639dfddd1898e564145f |
||
|
OpenStack Project Creator
|
394c999c50 | Added .gitreview |