Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

project-status.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

Project Status

Each of my open source projects is attributed with a status label. This label indicates the level of commitment I have towards the project and can be either one of the following:

  • Active

    • Project is in active development
    • Issues of all types are accepted
    • Pull requests of all types are accepted
  • Maintenance mode

    • Project is no longer in active development
    • Only bug-related issues are accepted
    • Only bug-related pull requests are accepted
    • New features are unlikely to be added
    • Project status may eventually transition to "discontinued" or back to "active"
  • Discontinued

    • Project is no longer in development
    • Issues are not accepted
    • Pull requests are not accepted
    • Repository is archived

Regardless of the project status, existing releases will always remain available on GitHub and/or in the corresponding package repository (NuGet, NPM, etc.).