OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-118-g9e66556

Gerrit Code Review gerrit@openafs.org
Tue, 4 Feb 2025 17:12:38 -0500


The following commit has been merged in the master branch:
commit 9e66556e5e85cf7807c6ce6b0d49b4a79da4cca3
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu May 16 14:57:25 2024 -0400

    doc: Add OpenAFS Contributor Guide
    
    Add guidelines for OpenAFS contributors.
    
    The majority of the submitting-changes and commit-messages guides were
    written by Andrew Deason, as well as text for the other guides.
    
    Corrections to the guides and formatting fixes were provided by Sahil
    Siddiq and Cheyenne Wills.
    
    The text from the CODING file was moved to this series of documents.
    Authors and contributors of the CODING file (and the original
    README.devel file) were:
    
    * Anders Kaseorg
    * Andrew Deason
    * Benjamin Kaduk
    * Cheyenne Wills
    * Daria Phoebe Brashear
    * Garrett Wollman
    * Jim Rees
    * Marcio Barbosa
    * Michael Meffie
    * Nathan Neulinger
    * Russ Allbery
    * Simon Wilkinson
    
    Change-Id: I8827ca020a7cb50304d7c4ece3ac0572f41f6a6a
    Reviewed-on: https://gerrit.openafs.org/15864
    Reviewed-by: Gaurav Saxena <gsaxena@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/process/01-contributor-guide.md  |  77 ++++++++
 doc/process/backporting-guide.md     |  54 ++++--
 doc/process/build-system.md          |  49 +++++
 doc/process/code-style-guide.md      | 251 ++++++++++++++++++++------
 doc/process/commit-messages.md       | 162 +++++++++++++++++
 doc/process/compiler-warnings.md     |   2 +-
 doc/process/howto-build-openafs.md   | 234 +++++++++++++++++-------
 doc/process/howto-create-packages.md | 112 ++++++++++++
 doc/process/howto-report-bugs.md     |  22 +++
 doc/process/howto-use-gerrit.md      | 259 +++++++++++++++++++++++++++
 doc/process/security-bugs.md         |  36 ++++
 doc/process/standards-compliance.md  |  95 ++++++++++
 doc/process/submitting-changes.md    | 334 +++++++++++++++++++++++++++++++++++
 doc/process/unit-tests.md            | 146 +++++++++++++++
 14 files changed, 1696 insertions(+), 137 deletions(-)

-- 
OpenAFS Master Repository