Skip to content

Labels

Labels

  • bug

    Generic label for bugs. Every bug should have this tag in addition to the more specific bug tag
  • bug.interpreter

    A bug specifically relating to the interpreter source code
  • bug.lexer

    A bug specifically relating to the lexer source code
  • bug.parser

    A bug specifically relating to the parser source code
  • bug.stdlib

    A bug specifically relating to the standard library source code
  • docs

    Generic label for documentation issues. Always include this tag in addition to the specific doc tag
  • docs.guides

    An issue relating to any official guides for Myst
  • docs.reference

    An issue relating to the documentation of some Myst code (standard library, native library, etc.)
  • duplicate

    A duplicate of an existing issue on GitHub. Be sure to link to the original issue when adding this!
  • feature-request

    Any request for a new feature of the language. Includes both syntax and library features.
  • good first issue

    An issue that provides a good intro to working with the Myst codebase. Be helpful!
  • infrastructure

    Issues relating to the infrastructure around Myst development. CI, GitHub, Crystal versions, etc.
  • nativelib

    Any issue relating to the native library (Crystal code) of Myst.
  • revisit

    A tag to revisit this issue sometime in the future.
  • rfc

    A request for comments from the community
  • semantics

    Generic label for semantics issues. All semantics issues should have this tag.
  • semantics.interpreter

    Any issue relating to changing the semantics of interpreter code.
  • semantics.parser

    Any issue relating to changing the semantics of parser code.
  • semantics.stdlib

    Any issue relating to changing the semantics of standard library code.
  • spec

    An issue with relating to the specs around the Myst codebase (native or in-language).
  • stdlib

    Any issue relating to the standard library (Myst code) of Myst.
  • syntax

    Any issue relating to the syntax of Myst.
  • wontfix

    Any issue that has been resolved as an intended feature, or specifically won't be addressed.