Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.43 KB

File metadata and controls

23 lines (20 loc) · 1.43 KB

Pull Request & Issue Prefixes

Please use the following prefixes for any new issues and/or pull requests that are opened under repositories under the qiime2, caporaso-lab, or rachis-org Github organizations.

Standard/plugin-specific development

  • NEW: a new feature
  • IMP: an improvement to an existing feature
  • MAINT: general code maintenance
  • DEPR: deprecates an existing feature
  • API: change to a public facing API
  • REF: refactoring existing code/methods
  • TEST: refactors or adds new tests
  • BUG: self-explanatory (fixes a bug)
  • PIN: adds/removes/changes a version pin for an external dependency within a specific plugin

Misc/non-standard development

  • CI: continuous integration
  • DOC: documentation
  • SKIP: anything that should be excluded from the release changelog (i.e. internal maintenance, etc)

Distributions repo

  • REL: release - used for cutting release PRs in distributions (outlined here)
  • LANG: language update - used for cutting specialized prepare PRs in distributions related to external dependency changes within the seed environment (outlined here
  • PREP: standard prepare PR in distributions (outlined here)