summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-05 16:20:32 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-05 16:20:32 +0000
commita76643ad2472d2765c24983ce37b301315d930f8 (patch)
tree6d3dd051f7782a4d264c036f6d8323195d911b50
parent2f77ea1e87eca5981c6a8140b5cf2d53d5531f3f (diff)
parent3ba3e8954c5450d644f68bfaeb43141ffa33848b (diff)
downloadgitlab-ce-a76643ad2472d2765c24983ce37b301315d930f8.tar.gz
Merge branch 'update-issue-template-for-permissions' into 'master'
Add note about updating permissions See merge request gitlab-org/gitlab-ce!32700
-rw-r--r--.gitlab/issue_templates/Feature proposal.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md
index 2ba6b68a53e..5d93758595a 100644
--- a/.gitlab/issue_templates/Feature proposal.md
+++ b/.gitlab/issue_templates/Feature proposal.md
@@ -17,12 +17,13 @@ Personas can be found at https://about.gitlab.com/handbook/marketing/product-mar
### Permissions and Security
-<!-- What permissions are required to perform the described actions? Are they consistent with the existing permissions as documented for users, groups, and projects as appropriate? Is the proposed behavior consistent between the UI, API, and other access methods (e.g. email replies)? -->
+<!-- What permissions are required to perform the described actions? Are they consistent with the existing permissions as documented for users, groups, and projects as appropriate? Is the proposed behavior consistent between the UI, API, and other access methods (e.g. email replies)?-->
### Documentation
<!-- See the Feature Change Documentation Workflow https://docs.gitlab.com/ee/development/documentation/feature-change-workflow.html
-Add all known Documentation Requirements here, per https://docs.gitlab.com/ee/development/documentation/feature-change-workflow.html#documentation-requirements -->
+Add all known Documentation Requirements here, per https://docs.gitlab.com/ee/development/documentation/feature-change-workflow.html#documentation-requirements
+If this feature requires changing permissions, this document https://docs.gitlab.com/ee/user/permissions.html must be updated accordingly. -->
### Testing