Skip to content

Commit

Permalink
fix: license file & security policy tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
  • Loading branch information
tunnckoCore committed Feb 29, 2020
1 parent 7eb822c commit 6486c2e
Show file tree
Hide file tree
Showing 15 changed files with 4,530 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ We love testing and use best in class tools and practices.
- During the code-review process, if you see logic that's complicated and lacks
a test, politely ask the contributor for a test.
- Tests should not contain user-data: anonymize email addresses, usernames, etc.
- High test coverage is a great way to make sure your codebase well-tested and
stable.
- Any new functionality should come with a test to verify that it does what we
think it does.
- High test coverage is a great way to make sure your codebase is stable.
- Anything new should come with a test to verify that it does what we think it
does.
- Any bug fix should always come with a test so that we don't have to encounter
the same bug multiple times.

Expand All @@ -102,7 +101,7 @@ life-cycle:
### Changes

This is a living document and may be updated from time to time. Please refer to
the [git history](./commits/master/.github/SECURITY.md) for this document to
the [git history](https://github.com/tunnckoCore/hela/commits/master/.github/SECURITY.md) for this document to
view the changes.

### License
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/CHANGELOG.md
**/LICENSE*
dist
**/*fixture*/**
.gitkeep
Expand Down
348 changes: 348 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions commands/check/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions commands/commit/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions commands/docs/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions commands/format/LICENSE.md

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions commands/lint/LICENSEmd

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions commands/test/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions modules/cli/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions modules/core/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions modules/yaro/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions packages/eslint/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions packages/hela/LICENSE.md

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions presets/dev/LICENSE.md

Large diffs are not rendered by default.

0 comments on commit 6486c2e

Please sign in to comment.