Communicating in Pull Requests
A guide on improving communication in pull requests to enhance code reviews and project understanding.
A guide on improving communication in pull requests to enhance code reviews and project understanding.
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
A developer explains how to use an open-source LLM within a GitHub Actions workflow to generate descriptive titles for automated Pull Requests.
A developer shares a custom Git script to improve the process of reviewing large Pull Requests by creating a dedicated review branch for local IDE navigation.
Using Microsoft Power Platform to automate and manage Azure DevOps Pull Request workflows, reducing manual tasks for developers.
Explains why creating a new branch for pull requests, instead of using main, prevents workflow issues and conflicts in Git.
Mitchell Hashimoto proposes reorienting GitHub Pull Requests around immutable changesets to solve common review workflow problems.
Explains how to use GitHub's CODEOWNERS file to automate reviewer assignments and enforce branch protection rules for repository maintenance.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
A guide to writing constructive and polite code review comments on pull requests, emphasizing clarity and empathy.
Argues against prematurely squashing/rebasing PRs before review, explaining how it hinders reviewers and suggests using 'Squash and merge' on merge instead.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
A developer shares recent articles on innovation, money, and work, including thoughts on pull requests in software teams.
A guide to effective code review practices, focusing on goals, culture, and team collaboration for maintaining code quality.
A developer shares their structured process for conducting effective code reviews, focusing on PR size, UI checks, and common pitfalls.
A guide and flow chart for using the pull request helper functions (pr_*) in the usethis R package to streamline Git/GitHub workflows.
A guide on cleaning up unwanted commits from previous pull requests to keep your git history clean when contributing to open source projects.
Explains why using descriptive titles for GitHub merge commits improves Git history readability and offers practical advice.
Tips for creating high-quality pull requests in open source projects, focusing on communication, style guides, and documentation.