Skip to content

Tweak description templates docs note

Marcin Sedlak-Jakubowski requested to merge msj-description-templates into master

What does this MR do?

Edit feature flag notes in description templates doc to follow https://docs.gitlab.com/ee/development/documentation/feature_flags.html#features-that-became-enabled-by-default

Source (internal):

I have a dear customer asking me whether or not it would be safe for them to enable the feature flag inherited_issuable_templates in their 13.10 environment or if they should wait until they upgrade to 13.12? The documentation still reads as if it is not production ready. Is that still the case or should the documentation be updated?

We had the code in since 13.9 behind default: off , but in 13.10 we added a fix. FF was then set it to default: enabled in 13.11 . So either set the FF to enabled in 13.10 or upgrade to 13.11+ should both work.

Author's checklist (required)

Do not add the feature, frontend, backend, ~"bug", or database labels if you are only updating documentation. These labels will cause the MR to be added to code verification QA issues.

When applicable:

Review checklist

All reviewers can help ensure accuracy, clarity, completeness, and adherence to the Documentation Guidelines and Style Guide.

1. Primary Reviewer

  • Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.

2. Technical Writer

  • Technical writer review. If not requested for this MR, must be scheduled post-merge. To request for this MR, assign the writer listed for the applicable DevOps stage.

For more information about labels, see Technical Writing workflows - Labels.

For suggestions that you are confident don't need to be reviewed, change them locally and push a commit directly to save others from unneeded reviews. For example:

  • Clear typos, like this is a typpo.
  • Minor issues, like single quotes instead of double quotes, Oxford commas, and periods.

For more information, see our documentation on Merging a merge request.

3. Maintainer

  1. Review by assigned maintainer, who can always request/require the above reviews. Maintainer's review can occur before or after a technical writer review.
  2. Ensure a release milestone is set.
  3. If there has not been a technical writer review, create an issue for one using the Doc Review template.

Merge request reports