Mathieu Poissardwakatepe.hashnode.dev·Sep 21, 2023Testing your Pull Requests Smartly with a Merge QueueBefore we start, let's agree: all your pull requests must be tested. If you don't agree with this first point, reading this article may seem like a waste of your time. Unless you're ready to change your mind? While it's important to test all the chan...Discusscicd
Edvin Dsouzaedvindsouza.com·Sep 21, 2023How to Create a Pull Request on GitHubStep 1 - Fork the Repository The first thing you need to do is fork the repository you want to contribute to. This creates a copy of the repository in your own GitHub account. To fork a repo, simply click the "Fork" button in the top right corner of ...DiscussGitHub
Hugo Escafitmergify.hashnode.dev·Sep 20, 2023Handling Emergency Pull Requests Using Merge QueuesHandling emergency pull requests has been a topic of debate in the developer community since the advent of Agile and DevOps practices. In such scenarios, we need a system that can prioritize these 'urgent' requests over regular PRs and allows us to p...Discussmerge queue
Hugo Escafitmergify.hashnode.dev·Sep 20, 2023Streamlining Software Dependency Management with DependabotSoftware development is a complex process that relies heavily on dependencies to provide essential functionality. However, managing these dependencies can be a significant challenge, as they require regular updates to fix bugs and security vulnerabil...Discussdependabot
Asbjørn Nessasbjorn.hashnode.dev·Sep 19, 2023How to send a pull request on GitHubDo you want to contribute to a GitHub repository that is not yours? Maybe an open-source project? Then sending a pull request is the answer. Fork a repository Go to a repository page on GitHub, find and click the Fork button. Select your user and giv...DiscussGitHub
Vishal Urankarvvu060.hashnode.dev·Sep 8, 2023Title: Mastering GitHub Pull Requests: Best Practices for Efficient CollaborationIn the world of software development, efficient collaboration is key to delivering high-quality code. GitHub pull requests (PRs) are a fundamental tool for achieving this goal. They not only facilitate code review but also help maintain a clean and w...DiscussGitHub
Karan Thakkarkaransss.hashnode.dev·Aug 30, 2023How To use GitHub?We don't know how to Push or Pull to/from a github repository.So lets learn today. \======>PULL Code from Github: Suppose you have a public repository. In the top-right corner there is option "<>Code" Then there are 3 options:-HTTPS-SSH-Github CLI Go...DiscussGitHub
Abdullah Farweezafarwees.hashnode.dev·Aug 28, 2023Code Analysis program changing the developer programming styles and saving code reviewer timesMy experience in using the Code analysis programs during my development and reviewing the peer's code. Code reviewer life BEFORE using the Code analysis programs: A developer usually writes lines and lines of code and does some testing to suit the c...Discusscoding
Mathieu Poissardwakatepe.hashnode.dev·Aug 21, 2023Updating, Testing, and Merging Several Pull Requests at Once with a Merge QueueThe rapid expansion of a project can lead to an exponential increase in the number of pull requests requiring processing. This surge in pull requests brings an inevitable, heightened demand for Continuous Integration (CI), leading to a consequent sur...Discussci-cd
Mathieu Poissardwakatepe.hashnode.dev·Aug 17, 2023What’s a Merge Queue and Why Use it?That’s a good question, isn’t it? Indeed, if it was only a little known term a few months ago, merge queues are more and more talked about. Between announcements from leaders like GitHub and real technical solutions, merge queues are increasingly ado...DiscussGitHub