From 63b27b31553d6fde7a11f1a2c06ada0152446ea2 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 7 May 2021 18:11:51 +0800 Subject: [PATCH 1/3] docs: add email and full name --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 46ba6c7..9f870b0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2021 Khaliq +Copyright (c) 2021 Abdul Khaliq Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From e90a965fab7914cf80c1d3842fdd33de075fff0c Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 7 May 2021 18:12:13 +0800 Subject: [PATCH 2/3] docs: add github action usage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c614e2..42966a8 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ docker run ghcr.io/kha7iq/pingme:latest A github action is also available now for this app, you can find it on [Github Market Place](https://github.com/marketplace/actions/pingme-action) or from this [repository](https://github.com/kha7iq/pingme-action) on github. +```yaml +- name: PingMe-Action + uses: kha7iq/pingme-action@v1 +``` Usage examples for workflow are available in the repo. From 9d825b8d9a9d482b848d3bddf8a87acdd22053fe Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 7 May 2021 18:12:56 +0800 Subject: [PATCH 3/3] docs: udpate steps for contributation --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdf84a0..c1889a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,9 +67,8 @@ We actively welcome your pull requests. 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs, update the documentation. -4. Ensure the test suite passes (`make test`). -5. Make sure your code lints (`make lint`). -6. Make sure your code is well formatted (`make fmt`). +4. Make sure your code lints (`make lint`). +5. Make sure your code is well formatted (`make fmt`). ## Issues