Add Project Mgmt metadata to development pages

parent 89e6e12f
---
stage: Plan
group: Project Management
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---
# Filtering by label # Filtering by label
## Introduction ## Introduction
......
---
stage: Plan
group: Project Management
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---
# Issuable-like Rails models utilities # Issuable-like Rails models utilities
GitLab Rails codebase contains several models that hold common functionality and behave similarly to GitLab Rails codebase contains several models that hold common functionality and behave similarly to
...@@ -9,9 +14,9 @@ This guide accumulates guidelines on working with such Rails models. ...@@ -9,9 +14,9 @@ This guide accumulates guidelines on working with such Rails models.
## Important text fields ## Important text fields
There are max length constraints for the most important text fields for `Issuable`s: There are maximum length constraints for the most important text fields for issuables:
- `title`: 255 chars - `title`: 255 characters
- `title_html`: 800 chars - `title_html`: 800 characters
- `description`: 1 megabyte - `description`: 1 megabyte
- `description_html`: 5 megabytes - `description_html`: 5 megabytes
---
stage: Plan
group: Project Management
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---
# Issue Types # Issue Types
Sometimes when a new resource type is added it's not clear if it should be only an Sometimes when a new resource type is added it's not clear if it should be only an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment