Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
27
web/modules/contrib/webform/FEATURE_REQUEST_TEMPLATE.html
Normal file
27
web/modules/contrib/webform/FEATURE_REQUEST_TEMPLATE.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
Please read: https://www.drupal.org/issue-queue/how-to
|
||||
|
||||
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
|
||||
(Explain why this new feature or functionality is important or useful.)
|
||||
|
||||
SUGGESTIONS
|
||||
|
||||
* Search for any existing open/closed issues.
|
||||
https://www.drupal.org/project/issues/webform?status=All&version=8.x
|
||||
|
||||
* Check the Webform Roadmap.
|
||||
https://www.drupal.org/docs/8/modules/webform/webform-roadmap
|
||||
|
||||
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
|
||||
(Description of the proposed solution, the rationale behind it, and workarounds for people who cannot use the patch.)
|
||||
|
||||
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
|
||||
(OPTIONAL: Reviews needed, tests to be written or run, documentation to be written, etc.)
|
||||
|
||||
<h3 id="summary-ui-changes">User interface changes</h3>
|
||||
(OPTIONAL: New or changed features/functionality in the user interface, modules added or removed, changes to URL paths, changes to user interface text.)
|
||||
|
||||
<h3 id="summary-api-changes">API changes</h3>
|
||||
(OPTIONAL: API changes/additions that would affect module, install profile, and theme developers, including examples of before/after code if appropriate.)
|
||||
|
||||
<h3 id="summary-data-model-changes">Data model changes</h3>
|
||||
(OPTIONAL: Database or configuration data changes that would make stored data on an existing site incompatible with the site's updated codebase, including changes to hook_schema(), configuration schema or keys, or the expected format of stored data, etc.)
|
Reference in a new issue