Skip to content

Labels

Labels

  • archived

    Status - work has been put aside for now due to lack of interest
  • blocked

    Status - work is blocked by another issue or by outside factors
  • breaking-change

    applied only to PRs, indicates when something has a breaking change to be flagged in release notes
  • bug

    Impact - something is currently broken in Parsons and needs to be fixed
  • bug fix

    Work type - fixes existing bug
  • connector update

    Work type - additions or changes to the functions of an existing Parsons connector
  • dependencies

    Pull requests that update a dependency file
  • dependency update

    Work type - updates or additions to Parsons project dependenies
  • deprecation

    used to keep track of PRs which initiate a deprecation that needs to be followed up on
  • docker

    Pull requests that update Docker code
  • documentation

    Work type - improvements or additions to documentation
  • enhancement

    Impact - something should be added to or changed about Parsons that isn't causing a current breakage
  • failing-dependabot-PR

    please feel free to debug any PR with this label!
  • futureproofing

    Impact - something is working right now, but will break soon (e.g. due to a tool API changing)
  • github_actions

    Pull requests that update GitHub Actions code
  • good first issue

    These issues are great ones to start working on for Parsons newcomers!
  • high priority

    Priority - addressing this is an urgent need for a broad swath of Parsons users
  • highlight in release notes

    used to flag items to highlight in our release notes communication
  • housekeeping/meta

    Work type - won't require commits to the repository (process improvement, repo setting change, etc.)
  • low priority

    Priority - this is a nice-to-have, is non-urgent, and/or has a minor overall imapact on Parsons
  • medium priority

    Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users
  • needs discussion

    needs community input and/or maintainer discussion
  • needs finishing

    partially complete solution in comments (or linked in comments)
  • needs more info

    Status - the issue is not described in enough detail to act on right away
  • new connector

    Work type - creating a new Parsons connector for a tool
  • non-breaking-change

    Status - Indicates that the code in this PR does not have any breaking changes.
  • parsons core

    Work type - changes to core Parsons infrastructure pieces (like the Parsons table or API connector)
  • Pipelines Project

    This issue is for the Pipelines project
  • python

    Pull requests that update Python code
  • question

    Impact - the issue filer wants more information about Parsons, but isn't requesting changes