Skip to content

Update product feature URL in feature issue templates

What does this MR do?

/handbook/product/product-categories/features/ was renamed to /handbook/product/categories/features/. To minimize redirect load, this MR updates the issue template with the URL, used the following command:

$ find .gitlab/issue_templates -type f -name '*.md' -exec sh -c "sed -i 's,product-categories,categories,g' '{}'" \;

This is follow-up from !49483 (merged) and was discussed in Slack (internal).

Screenshots (strongly suggested)

Related issue: gitlab-com/Product#1802 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Farnoosh Seifoddini

Merge request reports