diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2016-04-28 14:13:39 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2016-04-28 14:13:39 +0200 |
commit | 52a6b976a77d9ede9f1b50d55e33824ed05acb5f (patch) | |
tree | 8d01c694172c25294b4f2c31b40a64f8beaac841 /CONTRIBUTING.md | |
parent | aacb4855355953b9e8defdd9d3fae63504b5645f (diff) | |
download | gitlab-ce-52a6b976a77d9ede9f1b50d55e33824ed05acb5f.tar.gz |
feature proposal issue template in contributing guidefeature-proposal-contribution-guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24cd5864530..a1ded9b9848 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -141,6 +141,16 @@ members to add the label `feature proposal` to the issue. Please keep feature proposals as small and simple as possible, complex ones might be edited to make them small and simple. +You are encouraged to use the template below for feature proposals. + +``` +## Description including problem, use cases, benefits, and/or goals + +## Proposal + +## Links / references +``` + For changes in the interface, it can be helpful to create a mockup first. If you want to create something yourself, consider opening an issue first to discuss whether it is interesting to include this in GitLab. |