diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index dae954a0970b7..92a51eb84a4ab 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -16,7 +16,7 @@ The Magento 2 development team will review all issues and contributions submitte
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
3. PRs which include new logic or new features must be submitted along with:
* Unit/integration test coverage
-* Proposed [documentation](http://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
+* Proposed [documentation](https://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
4. For larger features or changes, please [open an issue](https://github.com/magento/magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
5. All automated tests must pass (all builds on [Travis CI](https://travis-ci.org/magento/magento2) must be green).
@@ -27,7 +27,7 @@ If you are a new GitHub user, we recommend that you create your own [free github
1. Search current [listed issues](https://github.com/magento/magento2/issues) (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
2. Review the [Contributor License Agreement](https://magento.com/legaldocuments/mca) if this is your first time contributing.
3. Create and test your work.
-4. Fork the Magento 2 repository according to the [Fork A Repository instructions](http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow the [Create A Pull Request instructions](http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#pull_request).
+4. Fork the Magento 2 repository according to the [Fork A Repository instructions](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow the [Create A Pull Request instructions](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#pull_request).
5. Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.
## Code of Conduct
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 12ad4e452b1c7..2b1720ccaabae 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -5,11 +5,12 @@
- Information on your environment,
- Steps to reproduce,
- Expected and actual results,
+ Fields marked with (*) are required. Please don't remove the template.
Please also have a look at our guidelines article before adding a new issue https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
-->
-### Preconditions
+### Preconditions (*)
1. [Screenshots, logs or description]
-### Actual result
+### Actual result (*)
1. [Screenshots, logs or description]
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000000..33a6ef02ace11
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,34 @@
+---
+name: Bug report
+about: Technical issue with the Magento 2 core components
+
+---
+
+
+
+### Preconditions (*)
+
+1.
+2.
+
+### Steps to reproduce (*)
+
+1.
+2.
+
+### Expected result (*)
+
+1. [Screenshots, logs or description]
+2.
+
+### Actual result (*)
+
+1. [Screenshots, logs or description]
+2.
diff --git a/.github/ISSUE_TEMPLATE/developer-experience-issue.md b/.github/ISSUE_TEMPLATE/developer-experience-issue.md
new file mode 100644
index 0000000000000..423d4818fb31c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/developer-experience-issue.md
@@ -0,0 +1,19 @@
+---
+name: Developer experience issue
+about: Issues related to customization, extensibility, modularity
+
+---
+
+
+
+### Summary (*)
+
+
+### Examples (*)
+
+
+### Proposed solution
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000000..f64185773cab4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
+---
+name: Feature request
+about: Please consider reporting directly to https://github.com/magento/community-features
+
+---
+
+
+
+### Description (*)
+
+
+### Expected behavior (*)
+
+
+### Benefits
+
+
+### Additional information
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5b0b9d74e453b..f191bd9aaba67 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,12 +3,13 @@
To help us process this pull request we recommend that you add the following information:
- Summary of the pull request,
- Issue(s) related to the changes made,
- - Manual testing scenarios,
+ - Manual testing scenarios
+ Fields marked with (*) are required. Please don't remove the template.
-->
-### Description
+### Description (*)
diff --git a/app/code/Magento/AdminNotification/etc/db_schema.xml b/app/code/Magento/AdminNotification/etc/db_schema.xml
index 35e6045b607d1..29d928ced2084 100644
--- a/app/code/Magento/AdminNotification/etc/db_schema.xml
+++ b/app/code/Magento/AdminNotification/etc/db_schema.xml
@@ -21,16 +21,16 @@
default="0" comment="Flag if notification read"/>
-
+
-
+
-
+
-
+
@@ -40,7 +40,7 @@
default="0" comment="Problem type"/>
-
+
diff --git a/app/code/Magento/AdminNotification/etc/db_schema_whitelist.json b/app/code/Magento/AdminNotification/etc/db_schema_whitelist.json
index df5e14e066636..b068ffffe9219 100644
--- a/app/code/Magento/AdminNotification/etc/db_schema_whitelist.json
+++ b/app/code/Magento/AdminNotification/etc/db_schema_whitelist.json
@@ -1,32 +1,32 @@
{
- "adminnotification_inbox": {
- "column": {
- "notification_id": true,
- "severity": true,
- "date_added": true,
- "title": true,
- "description": true,
- "url": true,
- "is_read": true,
- "is_remove": true
+ "adminnotification_inbox": {
+ "column": {
+ "notification_id": true,
+ "severity": true,
+ "date_added": true,
+ "title": true,
+ "description": true,
+ "url": true,
+ "is_read": true,
+ "is_remove": true
+ },
+ "index": {
+ "ADMINNOTIFICATION_INBOX_SEVERITY": true,
+ "ADMINNOTIFICATION_INBOX_IS_READ": true,
+ "ADMINNOTIFICATION_INBOX_IS_REMOVE": true
+ },
+ "constraint": {
+ "PRIMARY": true
+ }
},
- "index": {
- "ADMINNOTIFICATION_INBOX_SEVERITY": true,
- "ADMINNOTIFICATION_INBOX_IS_READ": true,
- "ADMINNOTIFICATION_INBOX_IS_REMOVE": true
- },
- "constraint": {
- "PRIMARY": true
- }
- },
- "admin_system_messages": {
- "column": {
- "identity": true,
- "severity": true,
- "created_at": true
- },
- "constraint": {
- "PRIMARY": true
+ "admin_system_messages": {
+ "column": {
+ "identity": true,
+ "severity": true,
+ "created_at": true
+ },
+ "constraint": {
+ "PRIMARY": true
+ }
}
- }
}
\ No newline at end of file
diff --git a/app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml b/app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml
index aa8ba23d0ee59..eed6b53f34315 100644
--- a/app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml
+++ b/app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml
@@ -8,7 +8,7 @@
-
+