docs: move bors
to CONTRIBUTING.md
This commit is contained in:
parent
1aee92690f
commit
26e0a07a9a
3 changed files with 7 additions and 11 deletions
7
.github/CONTRIBUTING.md
vendored
Normal file
7
.github/CONTRIBUTING.md
vendored
Normal file
|
@ -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/
|
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
||||
-->
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue