Rename module from simple_conreg to conreg
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3564947. --> Reported by: [lostcarpark](https://www.drupal.org/user/346773) Related to !1 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>This project was originally created on GitHub under the name "simple_conreg". I picked the name as I thought I would create a separate project called "conreg" that would be a more advanced version. But that never happened. There is a lot of development history that I would like to keep intact, so I would prefer to evolve the module organically.</p> <p>I am moving to drupal.org to avail of CI tools to help migrate into a full Drupal contrib module.</p> <p>This is a good opportunity to rename as:</p> <ul> <li>No stable release yet</li> <li>Plan to rename files, namespaces, and config</li> <li>All work will be on 1.x</li> <li>This is safe now and will be reflected in first alpha/beta</li> </ul> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>N/A</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Rename all references to <code>simple_conreg</code> to <code>conreg</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Rename all "simple_conreg.*" files in root directory to "conreg.*"</li> <li>Many forms are prefixed with "simple_conreg_", change to "conreg_"</li> <li>Many forms are in the "src/" directory. Move into "src/Form" directory during rename</li> <li>Update references in files such as <code>conreg.routing.yml</code> with new paths</li> <li>Update <code>use</code> statements to reflect new paths</li> <li>Add a <code>.gitlab-ci.yml</code> file to start using code quality checks</li> <li>Add some very basic tests to ensure forms load as expected, but don't go into detail yet</li> </ul> <h3 id="summary-ui-changes">User interface changes</h3> <p>None</p> <h3 id="summary-api-changes">API changes</h3> <p>None</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None</p>
issue