#: src/contributing.md:42 msgid "Merge early and often" msgstr "जल्द-से-जल्‍द और बार-बार विलय करें" #: src/contributing.md:45 msgid "" "Break up large tasks into multiple smaller steps that individually make " "progress. If there's a bug, you can open a PR that adds a failing ignored " "test. This can be merged, and the next step can be to fix the bug and " "unignore the test. Do research or testing, and report on your results. Break " "a feature into small sub-features, and implement them one at a time." msgstr "" "बड़े कामों को छोटे-छोटे कई चरणों में बांट दें ताकि व्यक्तिगत रूप से प्रगति हो सके। यदि कोई बग से हमला हुआ है, " "तब आप एक पीआर खोल सकते हैं जो एक असफल उपेक्षित परीक्षण को जोड़ देता है। इसे विलय किया जा सकता है, " "और अगला कदम बग को फिक्‍स यानि सुधार करना और परीक्षण को अनदेखा नहीं करना हो सकता है। शोध या परीक्षण " "करें, और अपने परिणामों पर सूचित करें। किसी विशेषता को छोटी-छोटी उप-विशेषताओं में तोड़ दें और उन्हें एक-एक " "करके कार्यान्वित करें।" #: src/contributing.md:51 msgid "" "Figuring out how to break down a larger PR into smaller PRs where each can "