mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
803 B
803 B
stage, group, info, title
stage | group | info | title |
---|---|---|---|
Plan | Project Management | Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/development/development_processes/#development-guidelines-review. | Issuable-like Rails models utilities |
GitLab Rails codebase contains several models that hold common functionality and behave similarly to Issues. Other examples of "issuables" are merge requests and Epics.
This guide accumulates guidelines on working with such Rails models.
Important text fields
There are maximum length constraints for the most important text fields for issuables:
title
: 255 charactersdescription
: 1 megabyte