diff options
author | Jeremy Watson <jwatson@gitlab.com> | 2019-02-27 07:34:16 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-02-27 07:34:16 +0000 |
commit | a9e51f79335656aa8c0acf3928fc2698d6b77715 (patch) | |
tree | 95a99b88694160185895c801f222e657da0fb02f /.gitlab | |
parent | bf0b7927dbd2461241d8a7e8815ee4fdc432f848 (diff) | |
download | gitlab-ce-a9e51f79335656aa8c0acf3928fc2698d6b77715.tar.gz |
Added permissions section to issue template [CE]
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature proposal.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md index b6702ae74b4..9c86dff835f 100644 --- a/.gitlab/issue_templates/Feature proposal.md +++ b/.gitlab/issue_templates/Feature proposal.md @@ -37,6 +37,10 @@ Existing personas are: (copy relevant personas out of this comment, and delete a <!-- How are we going to solve the problem? Try to include the user journey! https://about.gitlab.com/handbook/journeys/#user-journey --> +### 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)? + ### Documentation <!-- See the Feature Change Documentation Workflow https://docs.gitlab.com/ee/development/documentation/feature-change-workflow.html |