Skip to content

Commit 291edf5

Browse files
committed
Add contribution guidlines to README
1 parent ce6c5d5 commit 291edf5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ MACE is implemented in Python and is trained using [PyTorch](https://pytorch.org
1414
- [What is MACE?](#what)
1515
- [How to use?](#use)
1616
- [Example case](#exmp)
17+
- [Contributions](#contr)
1718
- [Contact](#cont)
1819
- [Acknowledgements](#ackn)
1920

@@ -77,6 +78,22 @@ The code for loading a trained MACE model can be found in the script ```src/mace
7778

7879
If any comments or issues come up, please contact me via [email](mailto:silke.maes@protonmail.com), or set up a GitHub issue.
7980

81+
---
82+
## Developers & Contributions <a name="contr"></a>
83+
84+
**Developers**:
85+
- Silke Maes
86+
- Frederik De Ceuster
87+
88+
**Scientific & technical advisors**:
89+
- Marie Van de Sande
90+
- Leen Decin
91+
92+
**Contributors**:
93+
- Steven Rieder
94+
> Feel free to contribute to MACE via pull requests and discussions!
95+
96+
8097
---
8198
## Acknowledgements <a name="ackn"></a>
8299

0 commit comments

Comments
 (0)