Skip to content

Instantly share code, notes, and snippets.

@bskinn
Last active September 17, 2018 01:09
Show Gist options
  • Save bskinn/c66555f6010918360329131c3b851208 to your computer and use it in GitHub Desktop.
Save bskinn/c66555f6010918360329131c3b851208 to your computer and use it in GitHub Desktop.
Checklist for administrative items to include on repos

VBA AddIns

  • In README.md
    • Copyright (update with any changes in a new year)
    • Identify the license, and include a link to the LICENSE.txt
    • Include 'third-party disclaimer'
    • For ones with binary distributables, indicate that the files will be attached to the GitHub release
  • Create CHANGELOG.md
    • Populate with current code status, if posting existing code for the first time
  • Create standard (sub)set of new labels
    • administrative #fffae0
    • api #5a0015
    • brainstorming #2b76a5
    • bug #ee0701
    • catchup #fbca04
    • cleanup #89320b
    • cmdline #022110
    • doc #d4c5f9
    • duplicate #cccccc
    • enhancement #84b6eb
    • error checking #f92f00
    • feature request #ffff00
    • future #303030
    • gui #20acec
    • help wanted #80ea30
    • in progress #e4f5e4
    • in testing #ffecc2
    • info #888888
    • installation #6600cc
    • internals #efb404
    • investigate #f9d0c4
    • maybe #efefef
    • needs tests #eb6420
    • obsolete #a95f00
    • ongoing #006b75
    • performance #dddd01
    • question #cc317c
    • refactor #00127c
    • todo #dc7a30
    • validate #00b800
    • wontfix #ffffff
  • In wiki / documentation
    • Installation instructions
    • Usage instructions (possibly extensive)
    • Version compatibility information (Win and Office)
      • Known-good
      • Known-bad
      • Request for feedback on what works/doesn't
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment