From 370721ddd98fb560f70e2f36191ee29e1a3a6151 Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Sun, 5 Mar 2023 10:27:47 +0100 Subject: [PATCH] chore(ref): add examples for dependabot bundler --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56e8cf0..e7656efb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -550,6 +550,21 @@ pull request. This PR is not signed and has the label `user-signing-required`. T done by a maintainer of the repository. Check out the PR and push an amending commit into the existing branch. Then, the PR can be merged. +For an example, take a look at this pull request: [Bundle dependabot pull requests](https://github.com/weaveworks-liquidmetal/flintlock/pull/655). + +It was created by [this](https://github.com/weaveworks-liquidmetal/flintlock/actions/runs/4335326798) action triggered on the main branch. + +Once the pull request was opened, a maintainer created a commit into it by checking out the branch, then running a `git commit --amend`. + +```bash +# git pull if not already up-to-date +git checkout bundler-1678007734 +git commit --amend +git push --set-upstream origin bundler-1678007734 -f +``` + +After this, GitHub will start running the PR actions and it can eventually be merged. + # ADRs (Architectural Decision Records) Any impactful decisions to the architecture, design, development and behaviour