Skip to content

RadianDevCore - Wiki - guidelines

gcil pre-commit-crocodile guidelines

Guidelines shared for all RadianDevCore projects and for applicable projects.

Documentation: https://radiandevcore.gitlab.io/wiki/guidelines


Documentation

Guidelines are available for the following topics:

  • Git:
    • Commands: Important Git commands reference guide
    • Commits: Conventional Commits variant reference guide
  • GitLab:
    • GitLab Issues: Issues labels and issue boards guide
  • Terminals:
    • .bashrc: Bash configurations and reference guide

Compatibility

Projects compatible with RadianDevCore guidelines can use this badge to ease things for developers, both as an indicator and a documentation shortcut button :

guidelines

Badge in Markdown
[![radiandevcore-guidelines](https://img.shields.io/badge/radiandevcore-guidelines-brightgreen?logo=gitlab)](https://radiandevcore.gitlab.io/wiki/guidelines)
Badge in HTML
<a href="https://radiandevcore.gitlab.io/wiki/guidelines"><img src="https://img.shields.io/badge/randiandevcore-guidelines-brightgreen?logo=gitlab" alt="radiandevcore-guidelines" style="max-width:100%;"></a>

Dependencies

  • commitizen: Simple commit conventions for internet citizens
  • pre-commit: A framework for managing and maintaining pre-commit hooks
  • pre-commit-crocodile: Git hooks intended for developers using pre-commit

References