Static export of GitHub's default labels. 🗂
npm i github-default-labelsExports a single array, githubDefaultLabels, whose elements are objects containing:
colordescriptionname
import { githubDefaultLabels } from "github-default-labels";
// {
// color: "7057ff",
// description: "Indicates a good issue for first-time contributors",
// name: "good first issue",
// }
githubDefaultLabels.find((label) => label.name === "good first issue");See GitHub Docs > Labels and milestones > Managing labels > About default labels.
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! 🗂
Josh Goldberg ✨ 💻 🖋 📖 🤔 🚇 🚧 📆 🔧 |
💝 This package was templated with
create-typescript-appusing the Bingo framework.