9 个仓库
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.
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.
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.
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.
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.
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.
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.
该仓库是 .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.
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.
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.