From 26e0a07a9a6f0512b592159b0a9b8d9c14100dd1 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:07:23 +1000 Subject: [PATCH] docs: move `bors` to CONTRIBUTING.md --- .github/CONTRIBUTING.md | 7 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 --- README.md | 8 -------- 3 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..92366af --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,7 @@ +### Pull requests from forks + +As PRs from forks don't have automatic CI checks, admins can test PRs by posting a comment on the PR instead. + +- `bors try` - check if the PR builds. +- `bors merge` - same as `bors try` but will also merge the PR if it builds successfully. +- https://bors.tech/documentation/ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ce65aa9..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -<!-- -Pull requests from forks don't have automatic CI checks, an admin will need to trigger CI by posting a comment on the PR. ---> diff --git a/README.md b/README.md index db82507..06ef915 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,6 @@ For repo additions, service requests and general conversation about governance a For casual chat, come join us in the [nix-community](https://matrix.to/#/#nix-community:nixos.org) room. -### Pull requests from forks - -As PRs from forks don't have automatic CI checks, admins can test PRs by posting a comment on the PR instead. - -- `bors try` - check if the PR builds. -- `bors merge` - same as `bors try` but will also merge the PR if it builds successfully. -- https://bors.tech/documentation/ - ### nix-community administrators - @Mic92