Contributing Search
All the projects below have beginner-friendly issues which are great places to start contributing
-
swagger-api/swagger-codegen
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
- #12560 - Support OpenAPI 3.1.0 Specification in Swagger Codegen
- #12554 - Can't load config class with name rust
- #12548 - Model Example Values Not Displayed, Only Data Types Visible
- #12543 - use explicit path
- #12542 - `containerDefaultToNull` behavior
- #12541 - python-flask model incorrect for multi-level $ref
Contributing Guide Code of Conduct -
aws-amplify/aws-sdk-android
AWS SDK for Android. For more information, see our web site:
- #3671 - Cannot reliably get keyName in onStateChanged when TransferState is COMPLETED
- #3662 - AWS V4 Signer canonical headers list doesn't matches specification
- #3653 - Kotlin - AWS IoT Core(Subscribe issue)
- #3652 - How to cancel the task when cut off network
- #3651 - GetRetainedMessageResult getPayload documentation says that it returns a byte buffer that is base64 encoded, but it is in fact not
- #3648 - AmazonServiceException. The security token included in the request is expired (Service: AmazonChimeSDKMessaging; Status Code: 403; Error Code: ExpiredTokenException)
Contributing Guide Code of Conduct -
openapitools/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
- #21521 - [BUG] useFeignClientContextId default option causes IllegalStateException at runtime
- #21520 - [BUG] [typescript-fetch] Not able to generate a `BlobApiResponse` with a binary response
- #21519 - [BUG] client generator in multiple languages ignores URI object type defined in schema in favor of generic type
- #21511 - [BUG][JAVA] Using microprofileRestClientVersion=3.0 generates a client which doesn't compile when used with Jakarta EE 9.1
- #21510 - [BUG] Dart incorrect nullable when required
- #21509 - Kotlin generator incompatible with kotlinx-datetime v0.7.0
Contributing Guide Code of Conduct -
stripe/stripe-android
Stripe Android SDK
- #11048 - [BUG] Stripe SDK missing 16kb page alignment on x86_64
- #11040 - [BUG] MandateDataParams.Type.Online.DEFAULT is required for Cash App Future use but marked as @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
- #10937 - [Feature] Please add `publishableKey` parameter as rememberGooglePayLauncher()
- #10909 - The Daemon will expire after the build after running out of JVM heap space
- #10875 - [BUG] [P1] App Crashing while trying to open stripe payment sheet dialog : java.lang.NoSuchMethodError: No static method performImeAction$default
- #10868 - UnionPay (19-digit card) test card number is marked as invalid in Checkout
Contributing Guide Code of Conduct -
twilio/calcite-kudu
-
deepjavalibrary/djl
An Engine-Agnostic Deep Learning Framework in Java
- #3722 - EarlyStoppingListener don't work.
- #3718 - Avoid using randomUUID in BaseNDManager to improve performance
- #3714 - Sagemaker + LMI async -> Invalid Default Sagemaker Metric
- #3711 - How to set Pytorch Native Library to PATH?
- #3710 - could straightly download the djl basic datasets by url
- #3701 - use the gte model generate embedding
Contributing Guide Code of Conduct -
scala-exercises/sbt-exercise
-
pantsbuild/pants
The Pants Build System
- #22455 - ResolveError when targets have local !exclusions and no target is named after the directory
- #22454 - !__init__.py exclusions are silently ignored
- #22453 - sandboxer failure with socket path exceeds ~108 characters
- #22445 - Add support for Custom Resource Definitions
- #22443 - Rust Dockerfiles parser fails on base image with hash and build arg
- #22442 - Go backend module caching not working
Contributing Guide Code of Conduct -
apache/gravitino
World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
- #7576 - [Improvement] Improve the authorization expression
- #7575 - How to connect Gravitino Catalog for Kafka cluster with SSL or SASL_SSL
- #7572 - [Improvement] Performance Degradation When Concurrent Requests Exceed 8 in GVFS Java Client
- #7570 - [Subtask] Support Topic Authorization
- #7561 - [Subtask] basic framework from Gravitino MCP server
- #7558 - [Improvement] Auto initialize backend tables
Contributing Guide Code of Conduct -
allure-framework/allure-java
Allure integrations for Java test frameworks
- #1167 - π: allure-rest-assured not able to handle formParams containing null value
- #1162 - π: Though one of the test steps of a test scenario got failed with an assertion error, the test scenario status marked as Passed instead of Failed
- #1155 - π: [JUnit 5] Incorrect suite status in Allure report when @BeforeAll fails on first run but passes on retry
- #1153 - π: No execution info when running tests via JUnit5 Launcher API
- #1151 - π: Spock integration: Test is not included in report when setupSpec fails
- #1150 - π: ITestListener of TestNG caused the Allure does not display test's steps at all, but custom ones only.
Contributing Guide Code of Conduct -
whylabs/whylogs
An open-source data logging library for machine learning models and data pipelines. π Provides visibility into data quality & model performance over time. π‘οΈ Supports privacy-preserving data collection, ensuring safety & robustness. π
Contributing Guide Code of Conduct -
stripe/stripe-java
Java library for the Stripe API.
- #2024 - Use JSpecifyβs annotations to document nullability
- #2012 - StripeClientBuilder throws an exception with null apiKey
- #2001 - Add constants for release train / major version (and probably minor as well)
- #1964 - Possibility to instrument API calls with Micrometer or OpenTelemetry
- #1925 - Subscription Json generated using ApiResource.GSON.toJson is not able to get converted in model again using ApiResource.GSON.fromJson
- #1905 - Optimized GraalVM Native Image Support for Stripe Java SDK
Contributing Guide Code of Conduct -
recommenders-team/recommenders
Best Practices on Recommendation Systems
- #2233 - [BUG] Fail to build wheel for blis
- #2230 - [BUG] Mismatch between the streaming logs that we get from azure-ai-ml and the log file we download at the end
- #2226 - [BUG] Empty result error from wikidata query
- #2224 - [BUG] Issue with Surprise and numpy
- #2211 - [BUG] Error in PySpark tests
- #2210 - [BUG] Test are breaking for restricted access to the MIND blob
Contributing Guide Code of Conduct -
sbt/sbt-webdriver
-
pmd/pmd
An extensible multilanguage static code analyzer.
- #5882 - [java] UnconditionalIfStatement false-negative if true/false is not literal
- #5881 - [java] AvoidLosingExceptionInformation does not trigger when inside if-else
- #5880 - [java] DoubleCheckedLocking is not detected if more than 1 assignment or more than 2 if statements
- #5879 - [java] SingletonClassReturningNewInstance behaving differently from documentation
- #5878 - [java] DontUseFloatTypeForLoopIndices false-negative if variable is declared before loop
- #5877 - [java] AvoidArrayLoops false-negative when break inside switch statement
Contributing Guide Code of Conduct -
projectnessie/nessie
Nessie: Transactional Catalog for Data Lakes with Git-like semantics
- #11017 - [Bug]: Nessie 0.104.2 issue loading quarkus datasets
- #10987 - [Bug]: Failure getting s3 creds from secret (Helm)
- #10945 - [Feature]: Support S3 Server Side Encryption
- #10865 - [Bug]: Nessie CLI does not properly redirect STDOUT
- #10864 - [Bug]: Helm Chart Installation Fails with "incompatible types for comparison" Error
- #10817 - [BUG] Nessie GC is unable to handle data files outside the location declared in table's metadata
Contributing Guide Code of Conduct -
newrelic/newrelic-telemetry-sdk-java
Java library for sending telemetry data to New Relic
- #320 - Infinite retries on 413 http error
- #314 - Cannot include both dependencies `telemetry-http-okhttp` and `telemetry-core` in `build.gradle`
- #312 - Update release action to use Node 16
- #299 - No exception thrown when Refusing to schedule a batch in Limiting Scheduler, only warning is logged, causing data loss.
- #298 - Impossible to provide executor for scheduler for TelemetryClient
- #287 - Not handled error response codes by BatchDataSender
Contributing Guide Code of Conduct -
permutive-engineering/refreshable
Offers a `Refreshable` type that operates like a cache of size 1 with a background fiber that periodically refreshes the stored value
Contributing Guide Code of Conduct -
azure/azure-sdk-for-java
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
- #45905 - [MGMT][core-v2] do not enable `flattenProperty`
- #45888 - [BUG] OpenAI Realtime WebSocket fails when receiving frames over 65536 bytes in size
- #45886 - [FEATURE REQ] mgmt, generate premium packages from TypeSpec
- #45872 - [UC_COMMAND_NOT_SUPPORTED.WITHOUT_RECOMMENDATION] The command(s): AppendData are not supported in Unity Catalog. SQLSTATE: 0AKUC
- #45862 - [QUERY] Do exceptions published to bounded-elastic thread have to be visible in Application Insights?
- #45846 - api crm
Contributing Guide Code of Conduct