Skip to content

Labels

Labels

  • architecture

    changes the architecture, usually breaking
  • breaking change

    pull request breaks user code
  • bug

    does not behave the way it is supposed to
  • crash

    causes panic or segfault
  • D-Easy

    just needs to be implemented
  • D-Hard

    is a tricky problem and likely requires extensive planning
  • D-Medium

    requires some research and thinking
  • dependencies

    Pull requests that update a dependency file
  • derive

    concerns a druid-derive feature
  • discussion

    needs feedback and ideas
  • docs

    concerns documentation
  • duplicate

    already exists
  • enhancement

    adds or requests a new feature
  • examples

    concerns examples
  • good first issue

    requires little knowledge of druid's internals
  • help wanted

    has no one working on it yet
  • invalid

    This doesn't seem right
  • layout

    An issue with widget layout
  • maintenance

    cleans up code or docs
  • missing

    a feature is missing on a specific platform
  • perf

    performance-related issues
  • piet

    requires fixes or changes in Piet
  • port-to-glazier

  • question

    causes uncertainty
  • rust

    Pull requests that update rust code
  • S-blocked

    waits for another PR or dependency
  • S-conflict

    blocked by merge conflicts
  • S-needs-review

    waits for review
  • S-ready

    PR is ready to merge
  • S-waiting-on-author

    waits for changes from the submitter