diff --git a/.all-contributorsrc b/.all-contributorsrc index 6d905e8..07a3236 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -12,7 +12,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/65337802?v=4", "profile": "http://mpotane.github.io", "contributions": [ - "maintenance" + "maintenance", + "test" ] }, { @@ -86,9 +87,18 @@ "contributions": [ "doc" ] + }, + { + "login": "VishMaster17", + "name": "VishMaster17", + "avatar_url": "https://avatars.githubusercontent.com/u/74035077?v=4", + "profile": "https://github.com/VishMaster17", + "contributions": [ + "doc" + ] } ], - "contributorsPerLine": 7, + "contributorsPerLine": 3, "skipCi": true, "repoType": "github", "repoHost": "https://github.com", diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..11925d6 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Learning GitHub Script + +on: + issues: + types: [opened] + +jobs: + comment: + runs-on: ubuntu-latest + steps: + - uses: actions/github-script@v6 + with: + script: | + github.rest.issues.createComment({ + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + body: '👋 Thanks for reporting!' + }) diff --git a/README.md b/README.md index 3142814..b82422c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ ## PythonScriptPH 🇵🇭 -[](#contributors-) +[](#contributors-) -[](https://www.python.org/) [](https://www.gnu.org/licenses/gpl-3.0.en.html) +  + +[](https://www.python.org/) [](https://www.gnu.org/licenses/gpl-3.0.en.html) --- @@ -13,23 +15,31 @@ - [Searching](https://github.com/mpotane/PythonScriptPH/tree/main/Algorithms/Searching) - [Sorting](https://github.com/mpotane/PythonScriptPH/tree/main/Algorithms/Sorting) - [Btc To Php](https://github.com/mpotane/PythonScriptPH/tree/main/btc-to-php) +- [Compress Photo](https://github.com/mpotane/PythonScriptPH/tree/main/compress-photo) - [Csv To Excel](https://github.com/mpotane/PythonScriptPH/tree/main/csv-to-excel) - [Csv To Json](https://github.com/mpotane/PythonScriptPH/tree/main/csv-to-json) - [Detect Language](https://github.com/mpotane/PythonScriptPH/tree/main/detect-language) - [Filecopy](https://github.com/mpotane/PythonScriptPH/tree/main/filecopy) - [Img To Pdf](https://github.com/mpotane/PythonScriptPH/tree/main/img-to-pdf) +- [Json To YAML](https://github.com/mpotane/PythonScriptPH/tree/main/json-to-yaml) +- [Pdf to docx](https://github.com/mpotane/PythonScriptPH/tree/main/pdf-to-docx) - [Philippine Flag](https://github.com/mpotane/PythonScriptPH/tree/main/Philippine-flag) +- [Proof Reader](https://github.com/mpotane/PythonScriptPH/tree/main/proof-reader) - [Qrcode](https://github.com/mpotane/PythonScriptPH/tree/main/qrcode) - [Remove Background Image](https://github.com/mpotane/PythonScriptPH/tree/main/remove-background-image) - [Speed Test](https://github.com/mpotane/PythonScriptPH/tree/main/speed-test) - [Text To Tagalog](https://github.com/mpotane/PythonScriptPH/tree/main/text-to-tagalog) - [Usd To Peso](https://github.com/mpotane/PythonScriptPH/tree/main/usd-to-peso) -- [Youtube Video Downloader](https://github.com/mpotane/PythonScriptPH/tree/main/Youtube-Video-Downloader) +- [Youtube Video Downloader](https://github.com/mpotane/PythonScriptPH/tree/main/youtube-video-downloader) + --- ### 🎯 Contribute -Open for contributions. Create a pull request and I will review the code. 🧐 +Open for contributions. Create a pull request and I will review the code. [Contributor Guide](./CODE_OF_CONDUCT.md) 🧐 + +### 📋 Code of Conduct +This project and everyone participating in it are governed by the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you agree to abide by this code of conduct. --- @@ -41,18 +51,23 @@ Open for contributions. Create a pull request and I will review the code. 🧐
mpotane 🚧 |
+ mpotane 🚧 ⚠️ |
Kayode 📖 |
Vishvam S 📖 |
+
Omoleye Julius Fortunate 🔌 |
Ayush Awasthi 💻 |
Ashu 💻 |
- RIZWAN AHMAD 💻 |
RIZWAN AHMAD 💻 |
Santiago Ariza 💻 |
ADITYA DAS 📖 |
|
VishMaster17 📖 |
+