awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesPull Request Processes

Guidelines for submitting, reviewing, and managing pull requests.

Distinguishing note: Focuses on the PR lifecycle.

Explore 9 awesome GitHub repositories matching development tools & productivity · Pull Request Processes. Refine with filters or upvote what's useful.

Awesome Pull Request Processes GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sindresorhus/refined-githubAvatar sindresorhus

    sindresorhus/refined-github

    31,587Vezi pe GitHub↗

    Refined GitHub is a browser extension that modifies the GitHub web interface to add features and remove annoyances. It functions as a user interface enhancement tool that uses custom CSS and JavaScript to rearrange layouts and inject new interactive elements into GitHub pages. The project serves as a workflow automation tool and repository utility, providing capabilities to automate pull request tasks such as branch cleanup and commit defaults. It acts as a code review assistant by identifying conflicting pull requests and improving navigation for code references. The extension covers severa

    Speeds up pull request management through automated branch cleanup and commit defaults.

    TypeScript
    Vezi pe GitHub↗31,587
  • pulumi/pulumiAvatar pulumi

    pulumi/pulumi

    24,797Vezi pe GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Generates infrastructure modifications as pull requests to ensure human oversight and review before applying changes to the environment.

    Goawsazurecloud
    Vezi pe GitHub↗24,797
  • zulip/zulipAvatar zulip

    zulip/zulip

    24,696Vezi pe GitHub↗

    Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming

    Defines the standard workflow for managing pull requests.

    Pythonapachechatcollaboration
    Vezi pe GitHub↗24,696
  • infracost/infracostAvatar infracost

    infracost/infracost

    12,369Vezi pe GitHub↗

    Infracost is an infrastructure-as-code financial governance platform that calculates the cost impact of cloud resource changes. By performing static analysis on configuration files, the tool identifies infrastructure resources and their properties to estimate spending changes before deployment occurs. The platform distinguishes itself by integrating directly into development workflows, providing automated cost reporting and policy validation within pull request comments. It utilizes a modular architecture to map infrastructure definitions to real-time pricing data from cloud providers, allowi

    Displays estimated cloud spending changes directly within pull request comments for team review.

    Goawsazurecloud
    Vezi pe GitHub↗12,369
  • romulooliveira/commit-messages-guideAvatar RomuloOliveira

    RomuloOliveira/commit-messages-guide

    6,773Vezi pe GitHub↗

    This project is a comprehensive guide to Git version control standards and best practices. It provides a set of instructions for writing professional commit messages and managing repository history to ensure project maintainability. The documentation covers the standardization of commit messages through specific rules for mood, capitalization, and structural separation of subjects and bodies. It also includes guidelines for composing pull request summaries and cover letters to provide maintainers with necessary technical context and logic. The guide extends to repository security and history

    Provides guidelines for creating detailed summaries and cover letters as part of the pull request process.

    Vezi pe GitHub↗6,773
  • emmett-framework/granianAvatar emmett-framework

    emmett-framework/granian

    5,074Vezi pe GitHub↗

    Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major Python gateway interfaces—ASGI for asynchronous apps, WSGI for synchronous apps, and RSGI for async requests—while also handling HTTP/1.1, HTTP/2, and WebSocket connections through automatic protocol negotiation. Architecturally, Granian uses a multiprocess worker model that isolates requests across CPU cores and provides configurable threadpool-limited concurrency to control backpressure per worker. It includes built-in Prometheus metrics exposition for connection counts and

    Restricts concurrent connections per worker using configurable thread pools.

    Rustasgiasynciohttp
    Vezi pe GitHub↗5,074
  • dotnet/docsAvatar dotnet

    dotnet/docs

    4,718Vezi pe GitHub↗

    This repository serves as the technical documentation source for the .NET ecosystem. It consists of a collection of conceptual guides and technical references written in Markdown, acting as the static site content source for a public documentation portal. The project utilizes a Git-based content management system to handle technical writing through pull requests and automated build pipelines. It distinguishes itself through a specialized infrastructure that aggregates content and samples from multiple repositories and branches into a single unified output. The system covers a broad range of

    Automates the setting of default milestones and triggers labels when pull requests are opened or reopened.

    Vezi pe GitHub↗4,718
  • github-tools/githubAvatar github-tools

    github-tools/github

    3,728Vezi pe GitHub↗

    Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from browser-based environments. It serves as a programmatic interface for managing repositories, issues, pull requests, and user profiles. The library provides a high-level wrapper that organizes API functionality into resource-specific namespaces. It implements an asynchronous promise interface and includes mechanisms for pagination-aware data fetching and rate-limit tracking to prevent service interruptions. The tool covers a broad range of administrative capabilities, including

    Provides capabilities to update and merge pull requests to manage the code review and integration process.

    JavaScript
    Vezi pe GitHub↗3,728
  • victorlaerte/awesome-it-quotesAvatar victorlaerte

    victorlaerte/awesome-it-quotes

    624Vezi pe GitHub↗

    This project is a community-driven knowledge base that archives historical statements and insights from influential technology leaders. It functions as a reference library designed to preserve the intellectual history of the information technology field and the evolution of computing philosophy. The repository utilizes a static, flat-file data structure formatted in markdown, which eliminates the need for complex database management or server-side runtime environments. By leveraging a version control system, the project maintains a complete audit trail of all additions and editorial changes,

    Provides a peer-reviewed process for community members to submit and curate industry quotes via pull requests.

    awesomeawesome-listquotes
    Vezi pe GitHub↗624
  1. Home
  2. Development Tools & Productivity
  3. Pull Request Processes

Explorează sub-etichetele

  • Concurrency LimitsControls for limiting the number of simultaneous automated processes or requests. **Distinct from Pull Request Processes:** Focuses on limiting the volume of concurrent pull requests specifically, rather than general PR lifecycle guidelines.
  • Pull Request Workflow UtilitiesBrowser-based tools that automate repetitive tasks within the pull request lifecycle. **Distinct from Pull Request Processes:** Distinct from Pull Request Processes: provides actual functional utilities (branch cleanup, commit defaults) rather than just guidelines.