awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sindresorhus/refined-githubsindresorhus 的头像

    sindresorhus/refined-github

    31,587在 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
    在 GitHub 上查看↗31,587
  • pulumi/pulumipulumi 的头像

    pulumi/pulumi

    24,797在 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
    在 GitHub 上查看↗24,797
  • zulip/zulipzulip 的头像

    zulip/zulip

    24,696在 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
    在 GitHub 上查看↗24,696
  • infracost/infracostinfracost 的头像

    infracost/infracost

    12,369在 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
    在 GitHub 上查看↗12,369
  • romulooliveira/commit-messages-guideRomuloOliveira 的头像

    RomuloOliveira/commit-messages-guide

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

    在 GitHub 上查看↗6,773
  • emmett-framework/granianemmett-framework 的头像

    emmett-framework/granian

    5,074在 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
    在 GitHub 上查看↗5,074
  • dotnet/docsdotnet 的头像

    dotnet/docs

    4,718在 GitHub 上查看↗

    该仓库是 .NET 生态系统的技术文档源。它由一系列用 Markdown 编写的概念指南和技术参考组成,作为公共文档门户的静态站点内容源。 该项目利用基于 Git 的内容管理系统,通过 Pull Request 和自动化构建管道来处理技术写作。它通过一种专门的基础设施脱颖而出,该基础设施将来自多个仓库和分支的内容与示例聚合到一个统一的输出中。 该系统涵盖了广泛的文档生命周期能力,包括自动化发布、基于元数据的组织,以及用于移除过时软件内容的版本控制。它集成了用于 Markdown 链接和元数据的验证工具,以及用于基于许可证的依赖扫描和密钥泄露检测的治理工具。 管理自动化通过用于 Issue 标签、Pull Request 协调以及基于路径的 URL 重定向以管理内容迁移的工具进行处理。

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

    在 GitHub 上查看↗4,718
  • github-tools/githubgithub-tools 的头像

    github-tools/github

    3,728在 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
    在 GitHub 上查看↗3,728
  • victorlaerte/awesome-it-quotesvictorlaerte 的头像

    victorlaerte/awesome-it-quotes

    624在 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
    在 GitHub 上查看↗624
  1. Home
  2. Development Tools & Productivity
  3. Pull Request Processes

探索子标签

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