mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
feat(uk): Introduce Ukrainian language
This commit is contained in:
parent
cf1d0ae8e4
commit
f21f16edf1
43
config.yaml
43
config.yaml
@ -64,7 +64,7 @@ languages:
|
||||
- v1.0.0-beta
|
||||
|
||||
pl:
|
||||
weight: 2
|
||||
weight: 3
|
||||
languageName: "Polish"
|
||||
title: Konwencjonalne Commity
|
||||
description: Specyfikacja dodawania znaczenia czytelnego dla człowieka do commit komunikatów
|
||||
@ -84,7 +84,7 @@ languages:
|
||||
# zh-hans specification usage from IETF language tag
|
||||
# check https://www.ietf.org/rfc/rfc4646.txt
|
||||
zh-hans:
|
||||
weight: 2
|
||||
weight: 4
|
||||
languageName: "简体中文"
|
||||
title: 约定式提交
|
||||
description: 一种用于给提交信息增加人机可读含义的规范
|
||||
@ -103,7 +103,7 @@ languages:
|
||||
- v1.0.0-beta.1
|
||||
- v1.0.0-beta
|
||||
zh-hant:
|
||||
weight: 2
|
||||
weight: 5
|
||||
languageName: "繁體中文"
|
||||
title: 約定式提交
|
||||
description: 一種用於增加提交說明之人機可讀性意義的規範
|
||||
@ -121,7 +121,7 @@ languages:
|
||||
- v1.0.0-beta.4
|
||||
|
||||
es:
|
||||
weight: 2
|
||||
weight: 6
|
||||
languageName: "Spanish"
|
||||
title: Commits Convencionales
|
||||
description: Especificación para dar significado a los mensajes de los commits haciéndolos legibles para máquinas y humanos
|
||||
@ -137,7 +137,7 @@ languages:
|
||||
- v1.0.0-beta.2
|
||||
|
||||
ru:
|
||||
weight: 2
|
||||
weight: 7
|
||||
languageName: "Русский"
|
||||
title: Соглашение о коммитах
|
||||
description: Простое соглашение о том, как нужно писать сообщения коммитов
|
||||
@ -157,7 +157,7 @@ languages:
|
||||
- v1.0.0-beta.2
|
||||
|
||||
ja:
|
||||
weight: 2
|
||||
weight: 8
|
||||
languageName: "日本語"
|
||||
title: Conventional Commits
|
||||
description: 人間と機械が読みやすく、意味のあるコミットメッセージにするための仕様
|
||||
@ -175,7 +175,7 @@ languages:
|
||||
- v1.0.0-beta.4
|
||||
|
||||
fr:
|
||||
weight: 2
|
||||
weight: 9
|
||||
languageName: "Français"
|
||||
title: Commits Conventionnels
|
||||
description: Une spécification ajoutant une signification lisible pour l'homme et pour la machine dans les messages des commits
|
||||
@ -191,7 +191,7 @@ languages:
|
||||
- v1.0.0-beta.2
|
||||
|
||||
ko:
|
||||
weight: 2
|
||||
weight: 10
|
||||
languageName: "한국어"
|
||||
title: Conventional Commits
|
||||
description: 커밋 메세지에 사용자와 기계 모두가 이해할 수 있는 의미를 부여하기 위한 스펙
|
||||
@ -208,7 +208,7 @@ languages:
|
||||
- v1.0.0-beta.4
|
||||
|
||||
pt-br:
|
||||
weight: 2
|
||||
weight: 11
|
||||
languageName: "Português Brasileiro"
|
||||
title: Conventional Commits
|
||||
description: Uma especificação para dar um significado legível às mensagens de commit para humanos e máquinas
|
||||
@ -226,7 +226,7 @@ languages:
|
||||
- v1.0.0-beta.4
|
||||
|
||||
id:
|
||||
weight: 2
|
||||
weight: 12
|
||||
languageName: "Indonesia"
|
||||
title: Komit Konvensional
|
||||
description: Spesifikasi untuk menambahkan makna yang dapat dibaca manusia dan mesin untuk pesan komit
|
||||
@ -245,7 +245,7 @@ languages:
|
||||
- v1.0.0
|
||||
|
||||
hy:
|
||||
weight: 2
|
||||
weight: 13
|
||||
languageName: "Հայերեն"
|
||||
title: Համաձայնեցված «Commit»֊ներ
|
||||
description: Սպեցիֆիկացիա, որը ընթեռնելի է դարձնում «commit» մեսիջները մեքենաների և մարդկանց համար
|
||||
@ -263,7 +263,7 @@ languages:
|
||||
- v1.0.0-beta.3
|
||||
|
||||
de:
|
||||
weight: 2
|
||||
weight: 14
|
||||
languageName: "Deutsch"
|
||||
title: Konventionelle Commits
|
||||
description: Eine Spezifikation für menschlich und maschinell lesbare Commit-Nachrichten
|
||||
@ -280,7 +280,7 @@ languages:
|
||||
- v1.0.0
|
||||
|
||||
th:
|
||||
weight: 2
|
||||
weight: 15
|
||||
languageName: "ไทย"
|
||||
title: Conventional Commits
|
||||
description: ข้อกำหนดในการทำให้มนุษย์และเครื่องจักรเข้าใจความหมายของข้อความ commit
|
||||
@ -295,3 +295,20 @@ languages:
|
||||
current: v1.0.0
|
||||
list:
|
||||
- v1.0.0
|
||||
|
||||
uk:
|
||||
weight: 16
|
||||
languageName: "Ukrainian - Українська"
|
||||
title: Політика Комітів
|
||||
description: Угода для додавання зручних для читання коміт повідомлень для людей та роботів
|
||||
actions:
|
||||
- label: Швидкий Огляд
|
||||
url: '#summary'
|
||||
- label: Повна Специфікація
|
||||
url: '#specification'
|
||||
- label: Контрибуція
|
||||
url: 'https://github.com/conventional-commits/conventionalcommits.org'
|
||||
versions:
|
||||
current: v1.0.0
|
||||
list:
|
||||
- v1.0.0
|
||||
|
249
content/v1.0.0/index.uk.md
Normal file
249
content/v1.0.0/index.uk.md
Normal file
@ -0,0 +1,249 @@
|
||||
---
|
||||
draft: false
|
||||
aliases: ["/uk/"]
|
||||
---
|
||||
|
||||
# Політика Комітів 1.0.0
|
||||
|
||||
## Вступ
|
||||
|
||||
Політика Комітів - це полегшена угода понад стандартними повідомленнями про коміти.
|
||||
Вона надає легкий набір правил для створення зручної історії комітів;
|
||||
що робить простішим процес написання автоматичних утиліт для цього.
|
||||
Дана угода узгоджується з [Семантичними Версіями](https://semver.org/lang/uk/)
|
||||
шляхом вказування можливостей, латок, та великих змін, зроблених в коміт повідомленнях
|
||||
|
||||
Повідомлення коміту має бути структуровано наступним чином:
|
||||
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
<тип>[додатково]: <опис>
|
||||
|
||||
[необов'язково тіло]
|
||||
|
||||
[необов'язково додаток(тки)]
|
||||
```
|
||||
---
|
||||
|
||||
<br />
|
||||
Коміт містить наступні елементи структури, для повідомлення інтенції для споживачів
|
||||
вашої бібліотеки:
|
||||
|
||||
1. **fix:** коміт _типу_ `fix` виправляє ваду в вашому коді (це корелюється з [`PATCH`](https://semver.org/lang/uk/) в Семантичних Версіях).
|
||||
2. **feat:** коміт _типу_ `feat` додає новий функціонал до коду (це корелюється з [`MINOR`](https://semver.org/lang/uk/) в Семантичних Версіях).
|
||||
3. **BREAKING CHANGE:** коміт, що має додаток `BREAKING CHANGE:`, або суфікс `!` після типу, додає зміну в API (це корелюється з [`MAJOR`](https://semver.org/lang/uk/) в Семантичних Версіях).
|
||||
BREAKING CHANGE може бути частиною будь-якого _type_.
|
||||
4. _types_ інші ніж `fix:` та `feat:` дозволені, для прикладу [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) (базовано на [Angular домовленостях](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines)) рекомендовані `build:`, `chore:`,
|
||||
`ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, та інші.
|
||||
5. _footers_ інші ніж `BREAKING CHANGE: <опис>` можуть бути теж і наслідувати угоду схожу до
|
||||
[git trailer format](https://git-scm.com/docs/git-interpret-trailers).
|
||||
|
||||
Додаткові типи не заборонені угодою про Політику Комітів, і не накладають додаткові умови в Семантичних Версія (окрім випадків коли вони містять BREAKING CHANGE).
|
||||
<br /><br />
|
||||
Область(сфера) може бути доданою до типу коміту в дужках, для надання додаткової контекстної інформації, наприклад `feat(parser): add ability to parse arrays`.
|
||||
|
||||
## Приклади
|
||||
|
||||
### Коміт повідомлення з описом і BREAKING CHANGE додатком
|
||||
```
|
||||
feat: allow provided config object to extend other configs
|
||||
|
||||
BREAKING CHANGE: `extends` key in config file is now used for extending other config files
|
||||
```
|
||||
|
||||
### Коміт повідомлення з `!` для додаткового наголосу щодо BREAKING CHANGE
|
||||
```
|
||||
refactor!: drop support for Node 6
|
||||
```
|
||||
|
||||
### Коміт повідомлення з `!` та BREAKING CHANGE додатком
|
||||
```
|
||||
refactor!: drop support for Node 6
|
||||
|
||||
BREAKING CHANGE: refactor to use JavaScript features not available in Node 6.
|
||||
```
|
||||
|
||||
### Коміт повідомлення без тіла
|
||||
```
|
||||
docs: correct spelling of CHANGELOG
|
||||
```
|
||||
|
||||
### Коміт повідомлення з областю(сферою)
|
||||
```
|
||||
feat(lang): add polish language
|
||||
```
|
||||
|
||||
### Коміт повідомлення з тілом з кількома абзацами і додатками
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
|
||||
see the issue for details
|
||||
|
||||
on typos fixed.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
```
|
||||
|
||||
## Специфікація
|
||||
|
||||
Ключові слова “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, та “OPTIONAL” в цьому документі потрібно інтерпретувати як описано в [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).
|
||||
|
||||
1. Коміти MUST(повинні) бути з префіксом типу, що складається з іменника `feat`, `fix`, тощо., наступним йде
|
||||
OPTIONAL(необов'язково) область(сфера), OPTIONAL(необов'язково) `!`, та REQUIRED(обов'язково) завершити двокрапкою та пропуском.
|
||||
2. Тип `feat` MUST(повинен) використовуватися, коли коміт додає новий функціонал в ваш додаток або бібліотеку.
|
||||
3. Тип `fix` MUST(повинен) використовуватися якщо коміт є латкою для вашого додатку.
|
||||
4. Область(сфера) MAY(може) бути вказана після типу. Область(сфера) MUST(повинна) містити іменник, що описує секцію коду виділену лапками, наприклад, `fix(parser):`
|
||||
5. Опис MUST(повинен) одразу завершатися двокрапкою і пропуском після області(сфери).
|
||||
Опис - це короткий підсумок змін в коді, наприклад, _fix: array parsing issue when multiple spaces were contained in string_.
|
||||
6. Довге тіло коміту MAY(може) бути додано після короткого опису, надаючи додаткову контекстну інформацію про зміни в коді. Тіло MUST(повинне) починатися з однієї пустої строки після опису.
|
||||
7. Тіло коміту - це вільна форма і може містити будь-яку кількість нових рядків і абзаців.
|
||||
8. Один або два додатки MAY(можуть) бути надані після одного пустого рядка після тіла. Кожен додаток MUST(повинен) містити слово токен, після якого має бути або `:<space>` або `<space>#` роздільник, після якого має йти строкове значення (запозичено з
|
||||
[git trailer convention](https://git-scm.com/docs/git-interpret-trailers)).
|
||||
9. Токен додатка MUST(повинен) використовувати `-` на місці пропусків, наприкла, `Acked-by` ( це допомагає відрізнити додаток від тіла з багатьма параграфами. Виключення зроблене для `BREAKING CHANGE`, що MAY(може) також використовуватися як токен.
|
||||
10. Значення додатку MAY(може) містити пропуски та нові рядки, і зчитування MUST(повинне) припинятися коли наступний коректний токен/роздільник додатку знайдено.
|
||||
11. BREAKING CHANGE MUST(повинні) бути виділені в типі/області префіксі коміту, або як вміст додатку.
|
||||
12. Якщо виділено в додатку, BREAKING CHANGE MUST(повинно) містити великими літерами BREAKING CHANGE, потім двокрапка, пропуск, та опис, наприклад,
|
||||
_BREAKING CHANGE: environment variables now take precedence over config files_.
|
||||
14. Якщо вставлене в типі/області префіксом, BREAKING CHANGE MUST(повинно) бути виділено `!` одразу перед `:`. Якщо `!` використане, `BREAKING CHANGE:` MAY(може) бути упущене в додатку, і опис коміту SHALL(має) бути використаний для опису BREAKING CHANGE.
|
||||
15. Типи, інші за `feat` та `fix` MAY(можуть) бути використані в ваших коміт повідомленнях, наприклад, _docs: updated ref docs._
|
||||
16. Одиниці інформації, що роблять Політику Комітів MUST NOT(не повинні) бути сприйняті як чутливими до регістру творцями інструментів, за виключенням BREAKING CHANGE, що MUST(мусить) бути великими літерами.
|
||||
17. BREAKING-CHANGE MUST(повинно) бути синонімом до BREAKING CHANGE, коли використовується в додатку.
|
||||
|
||||
## Для чого використовувати Політику Комітів.
|
||||
|
||||
* Автоматичне створення Нотаток про Реліз(Changelog)
|
||||
* Автоматичне визначення наступної версії в Семантичних Версіях(базуючись на типах комітів, що увійшли).
|
||||
* Комунікування природи змін для команди, в публічному просторі, до власників.
|
||||
* Запуск процесів компіляції та публікації.
|
||||
* Полегшує людям шлях до контрибуції в ваш проєкт, надаючи їм більш структуровану історію комітів.
|
||||
|
||||
## ЧЗП
|
||||
|
||||
### Як потрібно поводити себе на початковій фазі розробки?
|
||||
|
||||
Рекомендуємо продовжувати так, наче ви вже створили реліз продукту. Типово *хтось*, навіть, якщо це ваші розробники, вже використовують ваше програмне забезпечення. Вони будуть знати, що виправлено, що поламано тощо.
|
||||
|
||||
### Як поводити себе з великими і малими літерами?
|
||||
|
||||
Будь-які можуть використовуватися, вле варто притримуватися якогось одного підходу.
|
||||
|
||||
### Що робити, якщо коміт підходить для кількох типів одночасно?
|
||||
|
||||
Зробіть декілька комітів, наскільки це можливо. Частина вигоди від Політики Комітів є можливість спонукати нас робити більш організовані коміти і PR/MRs
|
||||
|
||||
### Чи погіршує це швидку розробку і швидкі операції?
|
||||
|
||||
Погіршення відбувається в результаті неорганізованості. Дана Політика дає можливість рухатися швидше в довготривалій перспективі з різними контрибуторами.
|
||||
|
||||
### Чи може Політика Комітів спонукати розробників обмежуватися окремими типами комітів через відношення до цих типів?
|
||||
|
||||
Політика Комітів мотивує нас робити більше комітів по типу *виправлення*. Але Політика Комітів дає гнучкість з якою команда може створювати власні типи собі в зручність.
|
||||
|
||||
### Як це корелюється з Семантичними Версіями?
|
||||
|
||||
Тип `fix` має бути як `PATCH` релізами. Тип `feat` має бути як `MINOR` релізи. Коміти з `BREAKING CHANGE`, незалежно від типу мають йти в `MAJOR` релізи.
|
||||
|
||||
#### Коли використано тип із специфікації, але `fix` замість `feat`, як діяти?
|
||||
|
||||
Перед тим, як мержити і релізити помилку, ми рекомендуємо використовувати `git rebase -i` для редагування історії комітів. Після релізу однак, виправлення буде залежати від утиліт і процесів, які ви використовуєте в себе.
|
||||
|
||||
#### Якщо використано помилково тип не з специфікації, наприклад `feet` замість `feat`
|
||||
|
||||
В найгіршому випадку, це не є кінцем світу і коміт просто не буде враховано утилітами, бо вони про це нічого не знають.
|
||||
|
||||
### Чи всі мої контрибутори мають використовувати Політику Комітів згідно спеціфікації?
|
||||
|
||||
Ні! Якщо ви використовуєте політику об'єднання комітів, тоді в дане повідомлення лід може вписувати коміт згідно Політики Комітів, збагачуючи таким чином історію.
|
||||
|
||||
### Як Політика Комітів діє в якості повернення комітів(revert)?
|
||||
|
||||
Відновлення коду може бути насправді складним, особливо, якщо відновлюється багато комітів. Якщо повертається функціонал, наступний реліз має бути латкою чи релізом?
|
||||
Політика Комітів ніяк не визначає поведінку щодо повернень коду. Ми залишаємо це на розсуд авторів відповідних утиліт для стратегії логіки, для чого можна використовувати типи та додатки.
|
||||
|
||||
Наша рекомендація - використовувати тип `revert`, і додаток, що зсилається на SHA комітів, які повертаються:
|
||||
|
||||
```
|
||||
revert: let us never again speak of the noodle incident
|
||||
|
||||
Refs: 676104e, a215868
|
||||
```
|
||||
|
||||
## Про цей документ
|
||||
|
||||
Політика комітів створена в більшості своїй з [Angular Commit Guidelines](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines).
|
||||
|
||||
Перша чернетка була створена спільними зусиллями нижчевказаних:
|
||||
|
||||
* [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog): a set of tools for parsing Conventional Commits messages from git histories.
|
||||
* [parse-commit-message](https://npmjs.com/package/parse-commit-message): Extensible utilities for parsing, stringify and validating Conventional Commit messages.
|
||||
* [bumped](https://bumped.github.io): a tool for releasing software that makes it easy to perform actions before and after releasing a new version of your software.
|
||||
* [unleash](https://github.com/netflix/unleash): a tool for automating the software release and publishing lifecycle.
|
||||
* [lerna](https://github.com/lerna/lerna): a tool for managing monorepos, which grew out of the Babel project.
|
||||
|
||||
## Інструменти для Політики Комітів
|
||||
|
||||
* [go-conventionalcommits](https://github.com/leodido/go-conventionalcommits): Full Go powers to parse conventional commits
|
||||
* [go-conventional-commit](https://gitlab.com/digitalxero/go-conventional-commit14): go library for parsing commit messages following the specification.
|
||||
* [chglog](https://github.com/goreleaser/chglog): a tool for parsing Conventional Commits messages from git histories and turning them into templateable change logs.
|
||||
* [fastlane-plugin](https://github.com/xotahal/fastlane-plugin-semantic_release): follows the specification to manage versions and generate a changelog automatically
|
||||
* [commitizen/cz-cli](https://github.com/commitizen/cz-cli): A Node.js tool to create commit messages following the Conventional Commits specs.
|
||||
* [commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen): A tool written in Python to create commiting rules for projects, auto bump versions and auto changelog generation.
|
||||
* [php-commitizen](https://github.com/damianopetrungaro/php-commitizen): A PHP tool built to create commit messages following the Conventional Commits specs.
|
||||
Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects.
|
||||
* [php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog): a tool built to generate a changelog from a project's committing history messages and metadata and automate versioning with Semver, following Conventional Commits specs. Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects.
|
||||
* [commitlint](https://github.com/conventional-changelog/commitlint): A linter to check that your commit messages meet the Conventional Commits format.
|
||||
* [gitlint](https://github.com/jorisroovers/gitlint): Git commit message linter written in Python, which can be configured to [enforce Conventional Commits format](https://jorisroovers.com/gitlint/contrib_rules/#ct1-contrib-title-conventional-commits).
|
||||
* [conform](https://github.com/autonomy/conform): a tool that can be used to enforce policies on git repositories, including Conventional Commits.
|
||||
* [detect-next-version](https://npmjs.com/package/detect-next-version): Parse, detect and get more metadata about given Conventional Commits.
|
||||
* [recommended-bump](https://www.npmjs.com/package/recommended-bump): Calculcates the recommended version bump based on given Conventional Commits.
|
||||
* [git-commits-since](https://www.npmjs.com/package/git-commits-since): Get all (raw) commits since period or (by default) from latest git SemVer tag, plus plugins support.
|
||||
* [standard-version](https://github.com/conventional-changelog/standard-version): Automatic versioning and CHANGELOG management, using GitHub's new squash button and the recommended Conventional Commits workflow.
|
||||
* [Conventional Commit](https://github.com/lppedd/idea-conventional-commit): provides extensible context and template-based completion, and inspections, for Conventional Commits inside the VCS Commit dialog. Available for all [JetBrains IDEs](https://www.jetbrains.com/).
|
||||
* [Git Commit Template](https://plugins.jetbrains.com/plugin/9861-git-commit-template): Add Conventional Commits support to [JetBrains Editors](https://www.jetbrains.com/) (IntelliJ IDEA, PyCharm, PhpStorm...).
|
||||
* [commitsar](https://github.com/commitsar-app/commitsar): Go tool for checking if commits on branch are Conventional Commits compliant. Comes with Docker image for CI uses.
|
||||
* [semantic-release](https://github.com/semantic-release/semantic-release): A tool that automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
|
||||
* [python-semantic-release](https://github.com/relekang/python-semantic-release): Automatic Semantic Versioning for Python projects. This is a Python implementation of the [semantic-release](https://github.com/semantic-release/semantic-release) for Node.js.
|
||||
* [VSCode Conventional Commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits): Add Conventional Commits supports for VSCode.
|
||||
* [Pyhist](https://github.com/jgoodman8/pyhist): A Python utility to automagically update the package version from the git history and generate the Changelog.
|
||||
* [git-mkver](https://github.com/idc101/git-mkver): A tool to automatically apply Semantic Versioning to git repositories based on _Conventional Commits_.
|
||||
* [Conventional Commits Next Version](https://gitlab.com/DeveloperC/conventional_commits_next_version): A tooling and language agnostic utility to calculate the next semantic version based on the _Conventional Commits_ since the prior version. Supports monorepos.
|
||||
* [change](https://github.com/adamtabrams/change): A tool for generating and updating a changelog using Conventional Commits.
|
||||
* [Turbogit](https://b4nst.github.io/turbogit): A command line tool to help you follow _Conventional Commits_ flow.
|
||||
* [sv4git](https://github.com/bvieira/sv4git): A command line tool (CLI) to validate commit messages, bump versions, create tags and generate changelogs.
|
||||
* [Versio](https://github.com/chaaz/versio): A monorepo-compatible tool that updates version numbers based on conventional commits and project dependencies. It can generate tags and changelogs, too.
|
||||
* [Git Changelog Lib](https://github.com/tomasbjerre/git-changelog-lib): A Java library that supports rendering a changelog given a context derived from Git. Supports conventional commits with [Handlebars Helpers](https://github.com/tomasbjerre/git-changelog-lib#helpers). It is used in:
|
||||
* [Gradle](https://github.com/tomasbjerre/git-changelog-gradle-plugin)
|
||||
* [Maven](https://github.com/tomasbjerre/git-changelog-maven-plugin)
|
||||
* [Jenkins](https://github.com/jenkinsci/git-changelog-plugin)
|
||||
* [Command Line](https://github.com/tomasbjerre/git-changelog-command-line)
|
||||
|
||||
## Проєкти, що використовують Політику Комітів
|
||||
|
||||
* [NFPM](https://github.com/goreleaser/nfpm): NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
|
||||
* [yargs](https://github.com/yargs/yargs): everyone's favorite pirate themed command line argument parser.
|
||||
* [istanbuljs](https://github.com/istanbuljs/istanbuljs): a collection of open-source tools and libraries for adding test coverage to your JavaScript tests.
|
||||
* [uPortal-home](https://github.com/UW-Madison-DoIT/angularjs-portal) and [uPortal-application-framework](https://github.com/UW-Madison-DoIT/uw-frame): Optional supplemental user interface enhancing [Apereo uPortal](https://www.apereo.org/projects/uportal).
|
||||
* [massive.js](https://github.com/dmfay/massive-js): A data access library for Node and PostgreSQL.
|
||||
* [electron](https://github.com/electron/electron): Build cross-platform desktop apps with JavaScript, HTML, and CSS.
|
||||
* [scroll-utility](https://github.com/LeDDGroup/scroll-utility): A simple to use scroll utility package for centering elements, and smooth animations
|
||||
* [Blaze UI](https://github.com/BlazeUI/blaze): Framework-free open source UI toolkit.
|
||||
* [Monica](https://github.com/monicahq/monica): An open source personal relationship management system.
|
||||
* [mhy](https://mhy.js.org): A zero-config, out-of-the-box, multi-purpose toolbox and development environment.
|
||||
* [@tandil/diffparse](https://github.com/danielduarte/diffparse#readme): Simple parser for Diff files (unified diff format).
|
||||
* [@tandil/diffsplit](https://github.com/danielduarte/diffsplit#readme): Easy split of .diff & .patch into its files.
|
||||
* [@thi.ng/umbrella](https://github.com/thi-ng/umbrella): Monorepo of ~100 TypeScript projects for data driven development
|
||||
* [yii2-basic-firestarter](https://github.com/HunWalk/yii2-basic-firestarter): 🔥 An enhanced Yii2 app template.
|
||||
* [dcyou/resume](https://github.com/dcyou/resume): 😎 Template to easily and quickly create your online CV.
|
||||
* [Nintex Forms](https://www.nintex.com/workflow-automation/modern-forms/): Easily create dynamic online forms to capture and submit accurate and current data.
|
||||
* [Tina CMS](https://tinacms.org): An open source toolkit for building front-end content-management into your website.
|
||||
* [Belajarpython](https://github.com/belajarpythoncom/belajarpython.com) Open source Indonesian python programming tutorial site.
|
||||
* [Uno Platform](https://platform.uno): Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
|
||||
* [Jenkins X](https://jenkins-x.io/): Jenkins X provides pipeline automation, built-in GitOps, and preview environments to help teams collaborate and accelerate their software delivery at any scale.
|
||||
* [Changeloguru](https://github.com/haunt98/changeloguru): Auto-generate changelog from conventional commits, written in Go.
|
||||
|
||||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
|
||||
|
||||
_хочете ваш проєкт в списку?_ [надсилайте запит про додавання](https://github.com/conventional-changelog/conventionalcommits.org/pulls).
|
Loading…
Reference in New Issue
Block a user