@graphcommerce/docs 6.1.1-canary.2 → 6.1.1-canary.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.1.1-canary.3
4
+
3
5
  ## 6.1.1-canary.2
4
6
 
5
7
  ## 6.1.1-canary.1
package/contributing.md CHANGED
@@ -91,6 +91,23 @@ need to sign the CLA once.
91
91
  <figcaption>Select 'patch' or 'minor' when running `yarn changeset`</figcaption>
92
92
  </figure>
93
93
 
94
+ ### Merge checklist for your pull request
95
+
96
+ - Code must pass the CI checks.
97
+ - Code must be formatted with prettier
98
+ - Changeset is available
99
+ - Eslint must not report any errors in the changed files
100
+ - Eslint should not give any warnings in the changed files
101
+ - Lingui translations must be
102
+ [generated](https://www.graphcommerce.org/docs/framework/translations#generating-translation-files-with-all-translations)
103
+ and translated
104
+ - Changes made to `examples/magento-graphcms` should be kept to a minimum,
105
+ because every change made here must be applied by every developer upgrading a
106
+ GraphCommerce project
107
+ - Extract code changes made and move them into packages where possible.
108
+ - Stylistic only changes usually aren't prefered, less changes often is
109
+ better.
110
+
94
111
  ## Next steps
95
112
 
96
113
  - Discuss your ideas in the public
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "6.1.1-canary.2",
5
+ "version": "6.1.1-canary.3",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.1.1-canary.2"
8
+ "@graphcommerce/prettier-config-pwa": "6.1.1-canary.3"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }