You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
This dataset tracks autonomous vehicle deployments and powers [avmap.io](https://avmap.io). While currently focused on US services, we accept data from anywhere.
4
4
5
+
## ⚠️ Important: Submit PRs to `staging` branch
6
+
7
+
**All pull requests should target the `staging` branch, not `main`.** This allows us to test your changes on the staging site before promoting to production.
8
+
9
+
1. Fork this repository
10
+
2. Create a feature branch from `staging`
11
+
3. Make your changes
12
+
4. Submit a PR to the `staging` branch
13
+
5. Your changes will be tested on the staging environment
14
+
6. Once verified, they'll be promoted to production
15
+
5
16
## Event sourcing basics
6
17
7
18
Each row in `events.csv` represents one change to a service. Service creation events include all attributes. **Update events must include the complete new state for the field being updated** (not deltas) and always include the `company` field to identify which service is being updated.
0 commit comments