File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ Instructions are similar to those for bug reports. Please provide the following
38
38
* Use a ** clear and descriptive title** for the pull request.
39
39
* Provide a ** description of the suggested changes** in as many details as necessary.
40
40
* ** Document your new code** where necessary.
41
+ * Please ** refrain from refactoring (unrelated code)** as it makes your pull request easier to review.
41
42
* ** Create tests for your new code** where necessary. For creating or updating tests, please see the [ Test Instructions] ( ./tests ) .
42
43
43
44
Before submitting your pull request, please make sure that the following conditions are met:
44
45
45
46
* Your new code ** adheres to the code style** through running ` npm run check ` .
46
- * Your new code ** passes all existing and new tests** through running ` npm run test:pr ` .
47
+ * Your new code ** passes all existing and new tests** through running ` npm run test ` .
47
48
* Your PR ** excludes distribution files** in ` dist/** ` .
48
49
* You appended yourself to the ** list of contributors** in the [ NOTICE] ( ./NOTICE ) file.
You can’t perform that action at this time.
0 commit comments