diff options
author | James Lopez <james@gitlab.com> | 2019-01-10 10:23:47 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-01-10 10:23:47 +0000 |
commit | 0a6fa6588f5dda7c935f1dabab1841f542f57561 (patch) | |
tree | 281e79c102852d0d4da3f09936608dfaa81e6d67 /.gitlab | |
parent | da3b20f7a4cbcbf1698b995f6dc69fa388bc5b2f (diff) | |
download | gitlab-ce-0a6fa6588f5dda7c935f1dabab1841f542f57561.tar.gz |
Add analyzer rule template
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Add style proposal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Add style proposal b/.gitlab/issue_templates/Add style proposal new file mode 100644 index 00000000000..1a3be44bea0 --- /dev/null +++ b/.gitlab/issue_templates/Add style proposal @@ -0,0 +1,16 @@ +## Description of the proposal + +<!-- +Please describe the proposal and add a link to the source (for example, http://www.betterspecs.org/). +--> + +- [ ] Mention the proposal in the next backend weekly call and the #backend channel to encourage contribution +- [ ] Proceed with the proposal once 50% of the maintainers have weighed in, and 80% of the votes are :+1: +- [ ] Once approved, mention it again in the next backend weekly call and the #backend channel + + +/label ~"development guidelines" +/label ~"Style decision" +/label ~Documentation + +/cc @gitlab-org/maintainers/rails-backend |