Skip to content

Commit f81d728

Browse files
committed
gitignore is changed. contibuting.md is changed
1 parent 4eac366 commit f81d728

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ yarn-debug.log*
2222
yarn-error.log*
2323

2424
/.history
25+
/dist

CONTRIBUTING.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,9 @@ If your issue gets closed for not providing enough info or not responding to the
4343

4444
### Code Style
4545

46-
The code style is enforced with `eslint` and is checked automatically whenever you commit. Any violation of the code style may prevent merging your contribution so make sure you follow it. And yes we love our semi-colons.
46+
Please follow the coding style of the project. light-react-validator uses `eslint` and `prettier`. If possible, enable their respective plugins in your editor to get real-time feedback. The linting can be run manually with the following command: npm run lint
4747

4848

49-
### Pull Requests
50-
51-
- Make sure you fill the PR template provided.
52-
- PRs should have titles that are clear as possible.
53-
- Make sure that your PR is up to date with the branch you are targeting, use `git rebase` for this.
54-
- Unfinished/In-Progress PRs should have `[WIP]` prefix to them, and preferably a checklist for ongoing todos.
55-
- Make sure to mention which issues are being fixed by the PR so they can be closed properly.
56-
- Make sure to preview all pending PRs to make sure your work won't conflict with other ongoing pull-request.
57-
- Coordinate with ongoing conflicting PRs' authors to make it easier to merge both your PRs.
58-
59-
### Source Code
60-
61-
Currently we are using ES2015 (ES6) for the source code, using buble and rollup to convert and bundle it to ES5, the available builds are: non-minified and minified and esm build.
62-
6349
### Testing
6450

6551
Each test file represents a unit test to the corresponding file in the src folder.

0 commit comments

Comments
 (0)