tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

labels.toml (3690B)


      1 ["os: cygwin"]
      2 color = "006b75"
      3 description = "cygwin platform-specific problem"
      4 name = "os: cygwin"
      5 
      6 ["os: linux"]
      7 color = "1d76db"
      8 description = "linux platform-specific problem"
      9 name = "os: linux"
     10 
     11 ["os: mac"]
     12 color = "bfdadc"
     13 description = "mac platform-specific problem"
     14 name = "os: mac"
     15 
     16 ["os: windows"]
     17 color = "fbca04"
     18 description = "windows platform-specific problem"
     19 name = "os: windows"
     20 
     21 ["plugin: argcomplete"]
     22 color = "d4c5f9"
     23 description = "related to the argcomplete builtin plugin"
     24 name = "plugin: argcomplete"
     25 
     26 ["plugin: cache"]
     27 color = "c7def8"
     28 description = "related to the cache builtin plugin"
     29 name = "plugin: cache"
     30 
     31 ["plugin: capture"]
     32 color = "1d76db"
     33 description = "related to the capture builtin plugin"
     34 name = "plugin: capture"
     35 
     36 ["plugin: debugging"]
     37 color = "dd52a8"
     38 description = "related to the debugging builtin plugin"
     39 name = "plugin: debugging"
     40 
     41 ["plugin: doctests"]
     42 color = "fad8c7"
     43 description = "related to the doctests builtin plugin"
     44 name = "plugin: doctests"
     45 
     46 ["plugin: junitxml"]
     47 color = "c5def5"
     48 description = "related to the junitxml builtin plugin"
     49 name = "plugin: junitxml"
     50 
     51 ["plugin: logging"]
     52 color = "ff5432"
     53 description = "related to the logging builtin plugin"
     54 name = "plugin: logging"
     55 
     56 ["plugin: monkeypatch"]
     57 color = "0e8a16"
     58 description = "related to the monkeypatch builtin plugin"
     59 name = "plugin: monkeypatch"
     60 
     61 ["plugin: nose"]
     62 color = "bfdadc"
     63 description = "related to the nose integration builtin plugin"
     64 name = "plugin: nose"
     65 
     66 ["plugin: pastebin"]
     67 color = "bfd4f2"
     68 description = "related to the pastebin builtin plugin"
     69 name = "plugin: pastebin"
     70 
     71 ["plugin: pytester"]
     72 color = "c5def5"
     73 description = "related to the pytester builtin plugin"
     74 name = "plugin: pytester"
     75 
     76 ["plugin: tmpdir"]
     77 color = "bfd4f2"
     78 description = "related to the tmpdir builtin plugin"
     79 name = "plugin: tmpdir"
     80 
     81 ["plugin: unittest"]
     82 color = "006b75"
     83 description = "related to the unittest integration builtin plugin"
     84 name = "plugin: unittest"
     85 
     86 ["plugin: warnings"]
     87 color = "fef2c0"
     88 description = "related to the warnings builtin plugin"
     89 name = "plugin: warnings"
     90 
     91 ["plugin: xdist"]
     92 color = "5319e7"
     93 description = "related to the xdist external plugin"
     94 name = "plugin: xdist"
     95 
     96 ["status: critical"]
     97 color = "e11d21"
     98 description = "grave problem or usability issue that affects lots of users"
     99 name = "status: critical"
    100 
    101 ["status: easy"]
    102 color = "bfe5bf"
    103 description = "easy issue that is friendly to new contributor"
    104 name = "status: easy"
    105 
    106 ["status: help wanted"]
    107 color = "159818"
    108 description = "developers would like help from experts on this topic"
    109 name = "status: help wanted"
    110 
    111 ["status: needs information"]
    112 color = "5319e7"
    113 description = "reporter needs to provide more information; can be closed after 2 or more weeks of inactivity"
    114 name = "status: needs information"
    115 
    116 ["topic: collection"]
    117 color = "006b75"
    118 description = "related to the collection phase"
    119 name = "topic: collection"
    120 
    121 ["topic: config"]
    122 color = "006b75"
    123 description = "related to config handling, argument parsing and config file"
    124 name = "topic: config"
    125 
    126 ["topic: fixtures"]
    127 color = "5319e7"
    128 description = "anything involving fixtures directly or indirectly"
    129 name = "topic: fixtures"
    130 
    131 ["topic: marks"]
    132 color = "b60205"
    133 description = "related to marks, either the general marks or builtin"
    134 name = "topic: marks"
    135 
    136 ["topic: parametrize"]
    137 color = "fbca04"
    138 description = "related to @pytest.mark.parametrize"
    139 name = "topic: parametrize"
    140 
    141 ["topic: reporting"]
    142 color = "fef2c0"
    143 description = "related to terminal output and user-facing messages and errors"
    144 name = "topic: reporting"
    145 
    146 ["topic: rewrite"]
    147 color = "0e8a16"
    148 description = "related to the assertion rewrite mechanism"
    149 name = "topic: rewrite"