Skip to content

Commit 637b934

Browse files
authored
Add reporting
1 parent d0f1fc9 commit 637b934

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,9 @@ flexibility in extending the code to suit their own needs. The idea is that the
2323
code should be as close as possible to the maths we write on paper when working
2424
with GP models.
2525

26-
# Package support
26+
# Package organisation
2727

28-
GPJax was founded by [Thomas Pinder](https://github.com/thomaspinder). Today, the
29-
project's gardeners are [daniel-dodd@](https://github.com/daniel-dodd),
30-
[henrymoss@](https://github.com/henrymoss), [st--@](https://github.com/st--), and
31-
[thomaspinder@](https://github.com/thomaspinder), listed in alphabetical order. The full governance structure of GPJax is detailed [here](docs/GOVERNANCE.md).We
32-
appreciate all [the contributors to
33-
GPJax](https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors) who have
34-
helped to shape GPJax into the package it is today.
28+
## Contributions
3529

3630
We would be delighted to receive contributions from interested individuals and
3731
groups. To learn how you can get involved, please read our [guide for
@@ -42,11 +36,29 @@ broader conversations, such as best GP fitting practices or questions about the
4236
mathematics of GPs, we invite you to [open a
4337
discussion](https://github.com/JaxGaussianProcesses/GPJax/discussions).
4438

39+
As a contributor to GPJax, you are expected to abide by our [code of
40+
conduct](docs/CODE_OF_CONDUCT.md). If you are feel that you have either experienced or
41+
witnessed behaviour that violates this standard, then we ask that you report any such
42+
behaviours though [this form](https://jaxgaussianprocesses.com/contact/).
43+
4544
Feel free to join our [Slack
4645
Channel](https://join.slack.com/t/gpjax/shared_invite/zt-1da57pmjn-rdBCVg9kApirEEn2E5Q2Zw),
4746
where we can discuss the development of GPJax and broader support for Gaussian
4847
process modelling.
4948

49+
50+
## Governance
51+
52+
GPJax was founded by [Thomas Pinder](https://github.com/thomaspinder). Today, the
53+
project's gardeners are [daniel-dodd@](https://github.com/daniel-dodd),
54+
[henrymoss@](https://github.com/henrymoss), [st--@](https://github.com/st--), and
55+
[thomaspinder@](https://github.com/thomaspinder), listed in alphabetical order. The full
56+
governance structure of GPJax is detailed [here](docs/GOVERNANCE.md).We appreciate all
57+
[the contributors to
58+
GPJax](https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors) who have
59+
helped to shape GPJax into the package it is today.
60+
61+
5062
# Supported methods and interfaces
5163

5264
## Notebook examples

0 commit comments

Comments
 (0)