Skip to content

aokdev06/fig-gitmoji

Repository files navigation

fig-gitmoji

 subcommands: [
            {
              icon: "✨",
              name: "sparkles",
              insertValue: ":sparkles: ",
              description: "Yeni bir özellik ekleniyorsa",
            },
            {
              icon: "🎨",
              name: "art",
              insertValue: ":art: ",
              description:
                "Mevcutta olan kod bloğu güncelleniyor ya da geliştiriliyorsa",
            },
            {
              icon: "🐛",
              name: "bug",
              insertValue: ":bug: ",
              description: "Yapılan değişiklik bir Bug'ı içeriyorsa",
            },
            {
              icon: "✅",
              name: "test",
              insertValue: ":white_check_mark: ",
              description:
                "Yeni bir test yazınca, ya da mevcut testi güncelleyince kullanılır",
            },
            {
              icon: "🚑️",
              name: "ambulance",
              insertValue: ":ambulance: ",
              description:
                "Critical hotfix - Canlıya acilen çıkılması gereken bir bug varsa",
            },
            {
              icon: "🔀",
              name: "merge",
              insertValue:
                ":twisted_rightwards_arrows: Merge development branch",
              description: "Merge Development ",
            },
            {
              icon: "📸",
              name: "snapshot",
              insertValue: ":camera_with_flash: Snapshot lar güncellendi",
              description: "Snapshot Güncelleniyorsa ",
            },
          ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published