checking-changes

द्वारा streamlit

कमिट करने से पहले फ़ॉर्मेट, लिंट, टाइप और यूनिट टेस्ट जाँच चलाकर सभी कोड परिवर्तनों को मान्य करता है। बैकएंड (Python) या फ्रंटएंड (TypeScript) बनाने के बाद उपयोग करें…

npx skills add https://github.com/streamlit/streamlit --skill checking-changes

Checking Changes

Run at the end of a work session or after completing a set of changes — not after every small edit.

make check

This runs formatting, linting, type checking, and unit tests on all uncommitted files (staged, unstaged, and untracked).

Workflow

  1. Run make check
  2. If issues are found:
    • Fix the reported errors
    • Re-run make check
    • Repeat until all checks pass
  3. Only consider work complete when make check succeeds

Notes

  • E2E tests are not included by default; use E2E_CHECK=true make check to also run changed e2e tests
  • E2E snapshot mismatches can be ignored (they require manual updates)

streamlit की और Skills

developing-with-streamlit
streamlit
**[आवश्यक]** सभी Streamlit कार्यों के लिए उपयोग करें: Streamlit एप्लिकेशन बनाना, संपादित करना, डीबग करना, सुंदर बनाना, स्टाइल करना, थीमिंग या ऑप्टिमाइज़ करना। इसके अलावा आवश्यक…
official
addressing-pr-review-comments
streamlit
स्ट्रीमलिट/स्ट्रीमलिट रिपॉजिटरी में वर्तमान ब्रांच के PR पर सभी वैध समीक्षा टिप्पणियों को संबोधित करें। इसमें इनलाइन समीक्षा टिप्पणियाँ और सामान्य PR (मुद्दा) दोनों शामिल हैं…
official
discovering-make-commands
streamlit
स्ट्रीमलिट विकास के लिए उपलब्ध मेक कमांड्स को सूचीबद्ध करता है। बिल्ड, टेस्ट, लिंट या फॉर्मेट कार्यों के लिए उपयोग करें।
official
finalizing-pr
streamlit
शाखा में हुए बदलावों को मर्ज करने के लिए अंतिम रूप देता है, कोड को सरल बनाकर, जाँच चलाकर, बदलावों की समीक्षा करके और यदि आवश्यक हो तो PR बनाकर। तब उपयोग करें जब बदलावों को मर्ज करने के लिए तैयार हों...
official
fixing-flaky-e2e-tests
streamlit
निदान करें और अस्थिर Playwright e2e परीक्षणों को ठीक करें। तब उपयोग करें जब परीक्षण बीच-बीच में विफल हों, टाइमआउट त्रुटियाँ दिखाएँ, स्नैपशॉट बेमेल हों, या ब्राउज़र-विशिष्ट…
official
fixing-streamlit-ci
streamlit
वर्तमान शाखा/PR के लिए विफल GitHub Actions CI कार्यों का विश्लेषण और सुधार करें। इसका उपयोग तब करें जब CI जाँच विफल हों, PR जाँच में विफलताएँ दिखें, या आपको निदान करने की आवश्यकता हो…
official
generating-changelog
streamlit
दो git टैग्स के बीच docs.streamlit.io के लिए पॉलिश की गई वेबसाइट रिलीज़ नोट्स तैयार करता है। नए Streamlit रिलीज़ की तैयारी करते समय या बीच के बदलावों की समीक्षा करते समय उपयोग करें।
official
improving-frontend-coverage
streamlit
फ्रंटएंड यूनिट टेस्ट को कवरेज के साथ चलाता है, कवरेज रिपोर्ट का विश्लेषण करता है, और कवरेज को लगभग 0.2% बढ़ाने के लिए सार्थक टेस्ट लागू करता है। इसका उपयोग तब करें जब आप चाहते हैं…
official