Skip to content

Commit f2ec7f7

Browse files
authored
Merge pull request #443 from Kobzol/contributing
Add a contributing section to README
2 parents cbacc2f + 30e4cfb commit f2ec7f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ describes the file can be found in `src/config.rs`. [Here](rust-bors.example.tom
5656
- `automation/bors/try` branch (for try builds)
5757
- `automation/bors/auto` branch (for auto builds)
5858
5) Give the bot permissions to push to `automation/bors/try`, `automation/bors/try-merge`, `automation/bors/auto`, and `automation/bors/auto-merge`.
59+
60+
## Contributing
61+
62+
We are happy to receive contributions to bors! You can check out our list of [good first issues](https://github.com/rust-lang/bors/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
63+
64+
Note that sometimes the issues can get stale or they might not contain enough information that you would need to implement a feature or fix a bug. If you would like to work on something non-trivial, it would be great to open a topic on our [Zulip channel](https://rust-lang.zulipchat.com/#narrow/channel/496228-t-infra.2Fbors/topic/bors.20down/with/542683375) so that we can discuss it.
65+
66+
## License
67+
Bors is dual-licensed under [MIT](LICENSE-MIT) and [Apache 2.0](LICENSE-APACHE).

0 commit comments

Comments
 (0)