Skip to content

Commit 85a0491

Browse files
authored
Merge pull request #838 from cgwalters/contributing-chat
Contributing chat
2 parents 4f05ae8 + ac7285f commit 85a0491

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ as well as C (e.g. https://github.com/ostreedev/ostree/). Depending
77
on what area you want to work on, you'll need to be familiar with
88
the relevant language.
99

10+
## Note: Before writing a big patch
11+
12+
If you plan to contribute a large change, please get in touch *before*
13+
submitting a pull request by e.g. filing an issue describing your proposed
14+
change. This will help ensure alignment.
15+
16+
## Development environment
17+
1018
There isn't a single approach to working on bootc; however
1119
the primary developers tend to use Linux host systems,
1220
and test in Linux VMs. One specifically recommended

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ are also operating systems and distributions using bootc; here are some examples
3030
- https://docs.fedoraproject.org/en-US/bootc/
3131
- https://www.heliumos.org/
3232

33+
## Community discussion
34+
35+
The [Github discussion forum](https://github.com/containers/bootc/discussions) is enabled.
36+
37+
This project is also tightly related to the previously mentioned Fedora/CentOS bootc project,
38+
and many developers monitor the relevant discussion forums there. In particular there's a
39+
Matrix channel and a weekly video call meeting for example: <https://docs.fedoraproject.org/en-US/bootc/community/>.
40+
3341
## Developing bootc
3442

3543
Are you interested in working on bootc? Great! See our [CONTRIBUTING.md](CONTRIBUTING.md) guide.

0 commit comments

Comments
 (0)