Skip to content

Commit

Permalink
updated npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Nov 2, 2019
1 parent f9b3840 commit 671a5f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
!dist/*
!LICENSE
!README.md
!CHANGELOG.md
!SECURITY.md
!SUPPORT.md
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing Guide
1. Make sure you have read and understand the **Motivation** and **Goals** section to be aligned with project history and goals.
2. Before submitting a PR please comment in the relevant issue (or create a new one if it doesn't exist yet) to discuss all the requirements (this will prevent rejecting the PR and wasting your work).
3. All workflow scripts (prettier, linter, tests) must pass successfully.
4. Code coverage should not decline both in terms of type and runtime unit tests.

1. Make sure you have read and understand the **Motivation** and **Goals** section to be aligned with the project goals.
2. Before submitting a PR please make a comment in the relevant issue to inform maintainers that you would like to work on it.
3. If this is something new and there is no issue asociated with the PR you would want to create it first using either "Feature Request" or "Bug Report" template.
4. All workflow scripts (like prettier, linter, tests) have to pass successfully. They are run on a CI server by `npm run ci-check` script.
5. Code coverage should not decline both in terms of type and runtime unit tests.

0 comments on commit 671a5f6

Please sign in to comment.