Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit ccbd587

Browse files
committed
docu update
1 parent 331361e commit ccbd587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!--- Go over all the following points, and put an `x` in the boxes. -->
1818

19-
- [] My code follows the code style of this project (I at least ran `npm run format` and `npm run build`).
19+
- [] My code follows the code style of this project (I ran `npm run format`).
2020
- [] I have read the **CONTRIBUTING** document.
2121

2222
<!--- Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
165165
- [Feature requests](.github/CONTRIBUTING.md#features)
166166
- [Pull requests](.github/CONTRIBUTING.md#pull-requests)
167167

168-
**IMPORTANT NOTE:** Run `npm install`, `npm run format`, and `npm run build` before you create any pull request!
168+
**IMPORTANT NOTE:** Run `npm install` and `npm run format` before you create any pull request!
169169

170170
<br />
171171

0 commit comments

Comments
 (0)