summaryrefslogtreecommitdiffstats
path: root/COMMUNITY.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* COMMUNITY.md: rewrap paragraphs, update PR sectionQuentin Young2017-07-251-63/+54
| | | | | | | * Wrap paragraphs at 80 lines * Update Github PR section to remove mention of develop branch Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* COMMUNITY.md: minor grammatical fixesQuentin Young2017-07-251-5/+5
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* COMMUNITY.md: document documentationQuentin Young2017-07-251-5/+60
| | | | | | Add guidelines for documentation to COMMUNITY.md Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* COMMUNITY.md: miscellaneous documentationQuentin Young2017-07-251-78/+85
| | | | | | | | | Also: - Add documentation on mailing list - Update mentions of unit tests - Update process description Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* COMMUNITY.md: s/PROJECT/FRRoutingQuentin Young2017-07-251-52/+53
| | | | | | | | Also: * Make headers consistently capitalized * Some extra backticks where needed Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* COMMUNITY.md: update style guideQuentin Young2017-07-251-46/+46
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* *: COMMUNITY.md: compatibility foo & deprecationDavid Lamparter2017-07-131-0/+12
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* doc: add Backwards Compatibility section to COMMUNITY.mdLou Berger2017-07-111-0/+21
| | | | Signed-off-by: Lou Berger <lberger@labn.net>
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-17/+16
| | | | | | | | | | | The FSF's address changed, and we had a mixture of comment styles for the GPL file header. (The style with * at the beginning won out with 580 to 141 in existing files.) Note: I've intentionally left intact other "variations" of the copyright header, e.g. whether it says "Zebra", "Quagga", "FRR", or nothing. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* *: Modify documentation to show people where to workDonald Sharp2017-05-101-0/+6
| | | | | | | Give some guidance to people on where they should work for bug fixese and features. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* COMMUNITY.md: update CodingStyle & branchingDavid Lamparter2017-03-251-13/+80
| | | | | | Also add a note that this is documentation, not law. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* frr: Modify doc to talk about cliDonald Sharp2016-12-161-1/+8
| | | | | | | Add some verbiage to the COMMUNITY.md to talk about the philosophy of what cli should do. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* quagga: Remove description of deprecated interfacesDonald Sharp2016-12-081-34/+0
| | | | | | | | The deprecated interface section is no longer being used. Let's remove it from the document. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* quagga: Add Debug Guard section in COMMUNITY.mdDonald Sharp2016-12-081-0/+11
| | | | | | | | Add verbiage to loosely describe how developers MUST guard debugs put into their code. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: COMMUNITY.md: add git branch diagramDavid Lamparter2016-12-011-0/+3
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: improve COMMUNITY.md formattingDavid Lamparter2016-11-291-14/+19
| | | | | | | Add a render_md.py helper to convert it to HTML (needs python "markdown" module installed). Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* build: add markdown-ised version of new guidelinesDavid Lamparter2016-11-281-0/+318
This isn't quite done and renders rather badly on markdown_py. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>