From e277227123f6c51ce0c7337346a70a601839a804 Mon Sep 17 00:00:00 2001 From: m5o Date: Wed, 9 Mar 2022 18:06:51 +0100 Subject: [PATCH] Update bootstrap initializer banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove a misleading sentence * `Please do not make direct changes to this file!` * 💭 prep & discussion: * https://github.com/heartcombo/simple_form-bootstrap/pull/359 fixes #1756 /cc @carlosantoniodasilva @collimarco --- .../templates/config/initializers/simple_form_bootstrap.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb b/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb index 956d8ec4..7ec2ec6d 100644 --- a/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb +++ b/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb @@ -1,10 +1,8 @@ # frozen_string_literal: true -# Please do not make direct changes to this file! -# This generator is maintained by the community around simple_form-bootstrap: +# These defaults are defined and maintained by the community at # https://github.com/heartcombo/simple_form-bootstrap -# All future development, tests, and organization should happen there. -# Background history: https://github.com/heartcombo/simple_form/issues/1561 +# Please submit feedback, changes and tests only there. # Uncomment this and change the path if necessary to include your own # components.