Guest User

Untitled

a guest
Jun 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [
  2. {
  3. "name": "bug",
  4. "description":"Colloquial term for insect. Squish it. Squish it now.",
  5. "color": "#b60205"
  6. },
  7. {
  8. "name": "high-priority",
  9. "description":"Weed, to snoop dogg.",
  10. "color": "#b60205"
  11. },
  12. {
  13. "name": "enhancement",
  14. "description":"On your way to being a cyborg. Make it better!",
  15. "color": "#0060ff"
  16. },
  17. {
  18. "name": "new feature",
  19. "description":"So shiny!",
  20. "color": "#308005"
  21. },
  22. {
  23. "name": "blocked",
  24. "description":"Like a bad field goal attempt.",
  25. "color": "#d2dae1"
  26. },
  27. {
  28. "name": "needs research",
  29. "description":"Like, several hours of it.",
  30. "color": "#d2dae1"
  31. },
  32. {
  33. "name": "wontfix",
  34. "description":"It's not you, it's me.",
  35. "color": "#d2dae1"
  36. },
  37. {
  38. "name": "invalid",
  39. "description":"What are you even trying to say?",
  40. "color": "#d2dae1"
  41. },
  42. {
  43. "name": "could not reproduce",
  44. "description":"No children for you.",
  45. "color": "#d2dae1"
  46. },
  47. {
  48. "name": "duplicate",
  49. "description":"\"I told him we've already got one!\"",
  50. "color": "#d2dae1"
  51. },
  52. {
  53. "name": "epic",
  54. "description":"i.e. of Gilgamesh",
  55. "color": "#5319e7"
  56. },
  57. {
  58. "name": "design needed",
  59. "description":"Wait, what are we doing here again?",
  60. "color": "#cc317c"
  61. },
  62. {
  63. "name": "changes requested",
  64. "description":"Excuse me, but no.",
  65. "color": "#cc317c"
  66. },
  67. {
  68. "name": "needs discussion",
  69. "description":"We should probably talk about this...",
  70. "color": "#cc317c"
  71. }
  72. ]
Add Comment
Please, Sign In to add comment