Skip to content

Commit 1fb31fa

Browse files
committed
Add .gitattributes and CONTRIBUTING.md files
Created CONTRIBUTING.md to guide future contributors in following project procedures and conventions.
1 parent 9e2e708 commit 1fb31fa

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.ipynb linguist-vendored

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 🦸 Contributing to awesome-openai-vision-api-experiments
2+
3+
We love your input! We want to make contributing to awesome-openai-vision-api-experiments as easy and transparent as possible, whether it's:
4+
5+
- Reporting a bug
6+
- Discussing the current state of the code
7+
- Submitting a fix
8+
9+
## 🧪️ Adding a new experiment
10+
11+
- **We only accept experiments where the code was open-sourced.**
12+
- Add new subdirectory to `experiments` directory.
13+
- Add new entry to `automation/data.csv` file.
14+
- Run `automation/script.py`. Experiments table in `README.md` will update
15+
automatically.
16+
- Commit changes to feature branch. Create PR.

0 commit comments

Comments
 (0)