djangoindia / djangoindia.org

Official website of djangoindia community.
https://djangoindia.org
MIT License
76 stars 40 forks source link

Resolved bug related to tracking `src/lib/utils`. #23

Closed SureshPradhana closed 3 months ago

SureshPradhana commented 3 months ago

track frontend/src/lib/utils (https://github.com/djangoindia/djangoindia.org/issues/19) This PR ensures not to use npx shadcn-ui@latest init in the development setup.

DevilsAutumn commented 3 months ago

Thankyou @SureshPradhana , this works great! ⭐ Also, its not a good practice to create a PR from your main branch, always create another branch from main branch, push your changes to that branch and then create a PR from that branch. See this: https://hynek.me/articles/pull-requests-branch/