Skip to content

Commit

Permalink
(chore) Community: Add Community Guideline Files
Browse files Browse the repository at this point in the history
Added CoC, Contributing, Issue and PR Template files as pre-requisite for #12.

Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
  • Loading branch information
0xTheProDev committed Sep 12, 2021
1 parent 97cd760 commit 72dbdc5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
File renamed without changes.
Empty file added .github/CONTRIBUTING.md
Empty file.
Empty file added .github/ISSUE_TEMPLATE.md
Empty file.
Empty file.
6 changes: 4 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- main
pull_request:
branches: [main]
branches:
- main

jobs:
analyze:
Expand All @@ -20,7 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["javascript"]
language:
- javascript

steps:
- name: Checkout repository
Expand Down

0 comments on commit 72dbdc5

Please sign in to comment.