From 22cb4ee705d1aa5ba73354520c1c2a46df27d069 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 30 Jan 2019 16:45:44 +0800 Subject: Rename issue template from "Add style" to "Coding style" Because there were a few people thought that's for UI styling... --- .gitlab/issue_templates/Add style proposal.md | 16 ---------------- .gitlab/issue_templates/Coding style proposal.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 .gitlab/issue_templates/Add style proposal.md create mode 100644 .gitlab/issue_templates/Coding style proposal.md diff --git a/.gitlab/issue_templates/Add style proposal.md b/.gitlab/issue_templates/Add style proposal.md deleted file mode 100644 index 1a3be44bea0..00000000000 --- a/.gitlab/issue_templates/Add style proposal.md +++ /dev/null @@ -1,16 +0,0 @@ -## Description of the proposal - - - -- [ ] 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 diff --git a/.gitlab/issue_templates/Coding style proposal.md b/.gitlab/issue_templates/Coding style proposal.md new file mode 100644 index 00000000000..1a3be44bea0 --- /dev/null +++ b/.gitlab/issue_templates/Coding style proposal.md @@ -0,0 +1,16 @@ +## Description of the proposal + + + +- [ ] 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 -- cgit v1.2.1