diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ff08b41 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['https://paypal.me/AugustinBegue'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8c967a7..6cfa518 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,8 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +**Please check that you have enabled the SDK in _ICUE_ (see the readme) before posting an issue** + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml deleted file mode 100644 index a6f19e7..0000000 --- a/.github/workflows/node.js.yml +++ /dev/null @@ -1,28 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Node.js CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [10.x, 12.x, 14.x] - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm run dist diff --git a/README.md b/README.md index 5b7bb3b..128011f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +![GitHub release (latest by date)](https://img.shields.io/github/v/release/Tagueo/icue-ambilight?style=flat-square) +![GitHub all releases](https://img.shields.io/github/downloads/Tagueo/icue-ambilight/total?style=flat-square) +![GitHub release (latest by date)](https://img.shields.io/github/downloads/Tagueo/icue-ambilight/latest/total?style=flat-square) +![GitHub](https://img.shields.io/github/license/Tagueo/icue-ambilight?style=flat-square) + # icue-ambilight Synchronise your iCue compatible devices with the content displayed on your screen. @@ -21,6 +26,10 @@ Open iCue, then go into the settings tab. Check the highlighted box and then, restart icue-ambilight for your changes to be taken into account ### For developpers : +![GitHub issues](https://img.shields.io/github/issues/Tagueo/icue-ambilight?style=flat-square) +![GitHub closed issues](https://img.shields.io/github/issues-closed/Tagueo/icue-ambilight?color=green&style=flat-square) +![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/Tagueo/icue-ambilight/latest?style=flat-square) + #### Build instructions : - Make sure you have installed the prerequisites for the [cue-sdk](https://github.com/CorsairOfficial/cue-sdk-node) to work properly. - Install the required packages with ``npm i --dev``