mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
Create CONTRIBUTING.md
This commit is contained in:
parent
37d664496a
commit
b02a9d1629
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal file
@ -0,0 +1,8 @@
|
||||
# About
|
||||
This file documents the contribution guidelines for this project. This list is by no means complete and the final decision to accept contribution in form of PRs is reserved by the owner of this project.
|
||||
|
||||
# Code quality
|
||||
- This project uses Prettier to take care of some of the code styling hassles. Ensure that the commited code is pre-formatted per the included Prettier configuration file.
|
||||
- All tests must pass before the code is pushed.
|
||||
- Fix any tests which are broken by the new changes.
|
||||
- Add new tests along with your changes before submitting PRs.
|
Loading…
x
Reference in New Issue
Block a user