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.
- 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
- CI: continuous integration
- DOC: documentation
- SKIP: anything that should be excluded from the release changelog (i.e. internal maintenance, etc)