awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sindresorhus/refined-githubAvatar de sindresorhus

    sindresorhus/refined-github

    31,587Ver en 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
    Ver en GitHub↗31,587
  • pulumi/pulumiAvatar de pulumi

    pulumi/pulumi

    24,797Ver en 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
    Ver en GitHub↗24,797
  • zulip/zulipAvatar de zulip

    zulip/zulip

    24,696Ver en 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
    Ver en GitHub↗24,696
  • infracost/infracostAvatar de infracost

    infracost/infracost

    12,369Ver en 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
    Ver en GitHub↗12,369
  • romulooliveira/commit-messages-guideAvatar de RomuloOliveira

    RomuloOliveira/commit-messages-guide

    6,773Ver en 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.

    Ver en GitHub↗6,773
  • emmett-framework/granianAvatar de emmett-framework

    emmett-framework/granian

    5,074Ver en 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
    Ver en GitHub↗5,074
  • dotnet/docsAvatar de dotnet

    dotnet/docs

    4,718Ver en GitHub↗

    Este repositorio sirve como fuente de documentación técnica para el ecosistema .NET. Consiste en una colección de guías conceptuales y referencias técnicas escritas en Markdown, actuando como la fuente de contenido de sitio estático para un portal de documentación pública. El proyecto utiliza un sistema de gestión de contenido basado en Git para manejar la escritura técnica a través de pull requests y tuberías de construcción automatizadas. Se distingue por una infraestructura especializada que agrega contenido y muestras de múltiples repositorios y ramas en una única salida unificada. El sistema cubre una amplia gama de capacidades del ciclo de vida de la documentación, incluyendo publicación automatizada, organización basada en metadatos y control de versiones para eliminar contenido de software obsoleto. Incorpora herramientas de validación para enlaces y metadatos de markdown, así como utilidades de gobernanza para escaneo de dependencias basado en licencias y detección de fugas de secretos. La automatización administrativa se maneja a través de herramientas para etiquetado de problemas, coordinación de pull requests y redirección de URL basada en rutas para gestionar migraciones de contenido.

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

    Ver en GitHub↗4,718
  • github-tools/githubAvatar de github-tools

    github-tools/github

    3,728Ver en 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
    Ver en GitHub↗3,728
  • victorlaerte/awesome-it-quotesAvatar de victorlaerte

    victorlaerte/awesome-it-quotes

    624Ver en 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
    Ver en GitHub↗624
  1. Home
  2. Development Tools & Productivity
  3. Pull Request Processes

Explorar subetiquetas

  • 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.