.NET-এর জন্য Google API ক্লায়েন্ট লাইব্রেরিতে অবদান রাখা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অবদানকারী লাইসেন্স চুক্তি (CLAs)
আমরা আপনার কোড প্যাচগুলি গ্রহণ করার আগে, আপনাকে একজন ব্যক্তি বা একটি কর্পোরেট অবদানকারী লাইসেন্স চুক্তি (CLA) জমা দিতে হবে:
- আপনি যদি একজন স্বতন্ত্র লিখিত মূল সোর্স কোড হন এবং আপনি নিশ্চিত হন যে আপনি মেধা সম্পত্তির মালিক, তাহলে একটি পৃথক CLA জমা দিন।
- আপনি যদি একটি কোম্পানির জন্য কাজ করেন, তাহলে আপনার কোম্পানিকে অবশ্যই একটি কর্পোরেট CLA জমা দিতে হবে যাতে আপনি এই ক্লায়েন্ট লাইব্রেরিতে আপনার কাজের অবদান রাখতে পারবেন।
উপযুক্ত CLA অ্যাক্সেস করতে উপরের দুটি লিঙ্কের যেকোন একটি অনুসরণ করুন এবং কীভাবে এটিতে স্বাক্ষর করতে হবে এবং ফেরত দিতে হবে তার নির্দেশাবলী। একবার আমরা এটি গ্রহণ করলে, আমরা আপনাকে অবদানকারীদের অফিসিয়াল তালিকায় যোগ করতে পারি।
প্যাচ জমা দেওয়ার ওভারভিউ
এই প্রকল্পে কোড অবদান রাখতে, এই সাধারণ পদক্ষেপগুলি অনুসরণ করুন:
- উপরে বর্ণিত হিসাবে একটি অবদানকারী লাইসেন্স চুক্তি স্বাক্ষর করুন।
- গিটহাব রিপোজিটরিকে ফোর্ক করুন, স্থানীয়ভাবে আপনার কাঁটা ক্লোন করুন এবং এটিতে কাজ করুন।
- GitHub-এ একটি নতুন সমস্যা তৈরি করুন যদি আপনার পরিবর্তনের ঠিকানার বৈশিষ্ট্য বা সমস্যা বর্ণনা করার জন্য ইতিমধ্যে একটি না থাকে।
- আপনার পরিবর্তনটিকে আপনার কাঁটাচামচের দিকে ঠেলে দিন এবং পরিবর্তনের জন্য একটি টান অনুরোধ তৈরি করুন । অনুগ্রহ করে প্রতিশ্রুতি বার্তায় GitHub সমস্যাটি পড়ুন।
- রিপোজিটরি রক্ষণাবেক্ষণকারীর একজন আপনার পরিবর্তন পর্যালোচনা করবে, সম্ভাব্য আরও পরিবর্তনের জন্য জিজ্ঞাসা করবে এবং এটি প্রস্তুত হলে এটিকে একত্রিত করবে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eContributors must submit either an individual or corporate Contributor License Agreement (CLA) before code contributions can be accepted.\u003c/p\u003e\n"],["\u003cp\u003eIndividual CLAs are for those who own the intellectual property of their original source code, while corporate CLAs are for contributions made as part of company work.\u003c/p\u003e\n"],["\u003cp\u003eContributing code involves signing a CLA, forking the repository, creating an issue or using an existing one, pushing changes, and creating a pull request referencing the issue.\u003c/p\u003e\n"]]],[],null,["# Contributing to the Google API Client Library for .NET\n\nContributor License Agreements (CLAs)\n-------------------------------------\n\nBefore we can accept your code patches, you need to submit either an individual\nor a corporate Contributor License Agreement (CLA):\n\n- If you are an individual writing original source code and you're certain that you own the intellectual property, submit an [individual CLA](https://cla.developers.google.com/about/google-individual).\n- If you work for a company, your company must submit a [corporate CLA](https://developers.google.com/open-source/cla/corporate) to indicate that you are allowed to contribute your work to this client library.\n\nFollow either of the two links above to access the appropriate CLA and\ninstructions for how to sign and return it. Once we receive it, we can add you\nto the official list of contributors.\n\nOverview of submitting patches\n------------------------------\n\nTo contribute code to this project, follow these general steps:\n\n1. Sign a Contributor License Agreement, as described above.\n2. Fork the GitHub repository, clone your fork locally, and work on it.\n3. [Create a new issue in GitHub](https://github.com/google/google-api-dotnet-client/issues) if there isn't one already to describe the feature or problem that your change addresses.\n4. Push your change back to your fork, and [create a pull request](https://github.com/googleapis/google-api-dotnet-client/compare) for the change. Please refer to the GitHub issue in the commit message.\n5. One of the repository maintainers will review your change, potentially asking for further changes, and merging it when it is ready."]]