Skip to content

Commit 97c0926

Browse files
committed
update contribution guidelines
1 parent dd89580 commit 97c0926

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: CONTRIBUTING.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Contributing to Awesome Amortized Inference
1+
# Contributing to the Awesome Amortized Inference Resources
22

33
Thank you for your interest in contributing to the Awesome Amortized Inference repository! This is a community-driven project, and contributions are always welcome. You can add new resources by simply adding a BibTeX entry to the `data.bib` file.
4+
Information on how to contribute to the backend code can be found at the bottom of this file.
45

56
## How to Contribute
67

@@ -65,3 +66,9 @@ Once you have added your BibTeX entry to `data.bib`, follow these steps to submi
6566
If you have any questions or run into any issues, feel free to open an issue in the repository. We're here to help!
6667

6768
Thank you for contributing and helping make this resource more useful for everyone!
69+
70+
# Contributing to the Backend Code
71+
72+
If you are interested in contributing to the backend code that generates the `README.md` file, you can find the code in the `.github/workflows/` directory.
73+
The generation of the `README.md` file is handled by a GitHub Action workflow, which in turn calls the Python backend.
74+
Please lint your code with `ruff` before submitting a pull request that involves Python code.

0 commit comments

Comments
 (0)