Skip to content

Commit 53db37f

Browse files
committed
Update CONTRIBUTING.md
1 parent d843772 commit 53db37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ Instructions are similar to those for bug reports. Please provide the following
3838
* Use a **clear and descriptive title** for the pull request.
3939
* Provide a **description of the suggested changes** in as many details as necessary.
4040
* **Document your new code** where necessary.
41+
* Please **refrain from refactoring (unrelated code)** as it makes your pull request easier to review.
4142
* **Create tests for your new code** where necessary. For creating or updating tests, please see the [Test Instructions](./tests).
4243

4344
Before submitting your pull request, please make sure that the following conditions are met:
4445

4546
* 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`.
4748
* Your PR **excludes distribution files** in `dist/**`.
4849
* You appended yourself to the **list of contributors** in the [NOTICE](./NOTICE) file.

0 commit comments

Comments
 (0)