Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Last active August 29, 2015 14:20
Show Gist options
  • Save lee-dohm/4081aed9033107ac5d33 to your computer and use it in GitHub Desktop.
Save lee-dohm/4081aed9033107ac5d33 to your computer and use it in GitHub Desktop.
Deprecation Cleanup Checklist

Deprecation Cleanup Checklist

Packages

  • tabs-to-spaces — 22,223
  • auto-copyright — 1,148
  • file-type-icons — 5,394
  • set-syntax — 3,912
  • language-r — 3,307
  • indentation-indicator — 1,269
  • white-cursor — 1,145
  • package-sync — 1,012
  • emacs-flow — 809
  • red-wavy-underline — 710
  • language-generic-config — 496
  • soft-wrap-indicator — 433
  • bug-report — 282
  • right-case — 22

Tasks to Clean Up Packages before Deprecation Day

  • Add Travis CI support
  • Add Hubot webhook
  • Update package.json
    • Add keywords
    • Update atom engine dependency to >=0.196.0 <2.0.0
    • Add author
    • Add description
  • Update README.md to new format
    • Add Travis CI badge [![Build Status](https://travis-ci.org/lee-dohm/auto-copyright.svg?branch=master)](https://travis-ci.org/lee-dohm/auto-copyright)
    • Add dependencies badge [![Dependency Status](https://david-dm.org/lee-dohm/auto-copyright.svg)](https://david-dm.org/lee-dohm/auto-copyright)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment