diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f7ec3af1c..cde218821 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ about: Create a report to help us improve - + ## Bug Report diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 09fd229fa..0f6b677e6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,14 +1,14 @@ -name: Testing the e2e test suites +name: e2e tests -on: +on: push: - branches: - - master - - develop + branches: + - master + - develop pull_request: - branches: - - master - - develop + branches: + - master + - develop jobs: build: @@ -18,14 +18,14 @@ jobs: node-version: [10.x, 12.x, 13.x] steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: bootstrap - run: npm run bootstrap - - name: Build - run: npm run build - - name: end to end - run: npm run test:e2e + - uses: actions/checkout@v1 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - name: bootstrap + run: npm run bootstrap + - name: Build + run: npm run build + - name: end to end + run: npm run test:e2e diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8e40422e8..787a2027c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,14 +1,14 @@ -name: Linting Checks +name: lint checks -on: +on: push: - branches: - - master - - develop + branches: + - master + - develop pull_request: - branches: - - master - - develop + branches: + - master + - develop jobs: build: @@ -18,14 +18,14 @@ jobs: node-version: [10.x, 12.x, 13.x] steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: bootstrap - run: npm run bootstrap - - name: Build - run: npm run build - - name: Linting - run: npm run lint + - uses: actions/checkout@v1 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - name: bootstrap + run: npm run bootstrap + - name: Build + run: npm run build + - name: Linting + run: npm run lint diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 45c001f7a..6b5b5b8ba 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -1,14 +1,14 @@ -name: Unit tests Suite +name: unit tests -on: +on: push: - branches: - - master - - develop + branches: + - master + - develop pull_request: - branches: - - master - - develop + branches: + - master + - develop jobs: build: @@ -18,14 +18,14 @@ jobs: node-version: [10.x, 12.x, 13.x] steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: bootstrap - run: npm run bootstrap - - name: Build - run: npm run build - - name: Unit tests - run: npm run test + - uses: actions/checkout@v1 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - name: bootstrap + run: npm run bootstrap + - name: Build + run: npm run build + - name: Unit tests + run: npm run test diff --git a/README.md b/README.md index fdef0a95d..e33a35bbe 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,31 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
Gold Sponsor via Open Collective
@@ -36,7 +51,7 @@ - [CLI](https://github.com/docsifyjs/docsify-cli) - CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify) - [Awesome docsify](https://github.com/docsifyjs/awesome-docsify) -- [Community chat](https://gitter.im/docsifyjs/Lobby) +- [Community chat](https://discord.gg/3NwKFyR) ## Features @@ -120,6 +135,24 @@ Support this project by becoming a sponsor. Your logo will show up here with a l This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].