diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9d8a2c64..e1ac0b03 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,12 +9,3 @@ If you're reading this, you're awesome! Thank you for helping us make this proje * Use the **imperative** mood ("Move cursor to..." not "Moves cursor to...") * Limit the first line to 72 characters or fewer * Reference issues and pull requests liberally - -## Try your changes - -When modifying any of the files located in the `/src` folder, you will need to recompile the assets. You can do this by running: - -``` -npm install -npm run build -``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c6964f5..c18ac839 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,3 @@ -- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/portfoliotracker/portfoliotracker/blob/HEAD/.github/CONTRIBUTING.md#submitting-a-pull-request). +- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/PtPrashantTripathi/PortfolioTracker/blob/main/.github/CONTRIBUTING.md). diff --git a/README.md b/README.md index f40c8cee..a7a1a0c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Upstox ETL with Medallion Architecture https://ptprashanttripathi.github.io/PortfolioTracker +[![pages-build-deployment](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/pages-build-deployment.yml/badge.svg)](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/pages-build-deployment.yml) + +[![Update Data](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/update.yml/badge.svg)](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/update.yml) + + **Description:** I've just completed an exciting ETL journey, leveraging the power of Medallion architecture! 🚀 This Python notebook seamlessly extracts, transforms, and loads data from my Upstox trading account into a multi-tiered storage system: BRONZE, SILVER, and GOLD layers. It's a powerful way to enhance data management, analytics, and decision-making in my trading activities.