File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,19 @@ on docker startup with the `--volume` option, or equivalent mechanism
206
206
(e.g. ConfigMaps on Kubernetes / OpenShift with the
207
207
[helm chart](https://github.com/helm/charts/tree/master/stable/verdaccio)).
208
208
209
- # # Create a Release
209
+ # # Development
210
+
211
+ # ## Contributing
212
+
213
+ Please adhere to the [verdaccio community guidelines](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md)
214
+ and run all the tests before creating a PR. The commit message shall follow the
215
+ conventional changelog as it is enforced via local commit hook using husky and
216
+ the [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint)
217
+ rule set.
218
+
219
+ > PR's that do not pass CI will not be reviewed.
220
+
221
+ # ## Create a Release
210
222
211
223
Run one of the following command to create a release :
212
224
@@ -222,7 +234,7 @@ finally run
222
234
yarn publish
223
235
` ` `
224
236
225
- # # Functional Tests
237
+ # ## Functional Tests
226
238
227
239
In order to run functional tests with debug output, set the
228
240
` VERDACCIO_DEBUG=true` environment variable,
@@ -232,12 +244,6 @@ In order to run functional tests with debug output, set the
232
244
VERDACCIO_DEBUG=true yarn test:functional
233
245
` ` `
234
246
235
- # # Inspired by
236
-
237
- - [verdaccio-ldap](https://github.com/Alexandre-io/verdaccio-ldap)
238
- - [node-bacstack](https://github.com/fh1ch/node-bacstack)
239
- - [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket)
240
-
241
247
# # License
242
248
243
249
[MIT](https://spdx.org/licenses/MIT)
You can’t perform that action at this time.
0 commit comments