File size: 3,513 Bytes
b5ff5d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Contributing to OddsFlow Transparency Pack

Thanks for helping improve public auditability.

## Scope
This repository is for:
- Documentation (verification standard, governance, disclosures)
- Schemas and samples (non-proprietary)
- Versioned notes / changelogs

This repository is NOT for:
- Betting tips / predictions
- Claims of guaranteed profit
- Requests for proprietary model code or private vendor contracts

## What we accept
✅ Good contributions:
- Fix typos / clarify definitions
- Improve schema documentation and examples
- Add edge cases to verification rules
- Improve risk disclosures (limits, drawdowns, failure modes)
- Propose new fields (with rationale + backward compatibility)

❌ We will decline:
- “Tell me what to bet” or “increase win rate” requests
- Attempts to reverse-engineer private logic
- Any content that frames this as guaranteed returns

## How to contribute
1. Open an Issue describing:
   - What is wrong / missing
   - Why it matters for auditability
   - Proposed change (text or schema diff)
2. Submit a Pull Request:
   - Keep changes small and reviewable
   - Update `docs/index.md` only if adding/removing major docs
   - If editing schema, also update sample files

## Style guidelines
- Evidence-first language
- Precise definitions
- Use consistent terms with `docs/signal-glossary.md`
- Avoid marketing claims

## Schema change policy
- Backward compatible changes → bump MINOR (e.g., 1.0.0 → 1.1.0)
- Breaking changes → bump MAJOR (e.g., 1.0.0 → 2.0.0)
- Document changes in `CHANGELOG.md` (or `/changelog/` folder if used)

## License
By contributing, you agree your contributions are licensed under the repository LICENSE.

## Questions
Open an Issue in GitHub Discussions / Issues.
# Contributing to OddsFlow Transparency Pack

Thanks for helping improve public auditability.

## Scope
This repository is for:
- Documentation (verification standard, governance, disclosures)
- Schemas and samples (non-proprietary)
- Versioned notes / changelogs

This repository is NOT for:
- Betting tips / predictions
- Claims of guaranteed profit
- Requests for proprietary model code or private vendor contracts

## What we accept
✅ Good contributions:
- Fix typos / clarify definitions
- Improve schema documentation and examples
- Add edge cases to verification rules
- Improve risk disclosures (limits, drawdowns, failure modes)
- Propose new fields (with rationale + backward compatibility)

❌ We will decline:
- “Tell me what to bet” or “increase win rate” requests
- Attempts to reverse-engineer private logic
- Any content that frames this as guaranteed returns

## How to contribute
1. Open an Issue describing:
   - What is wrong / missing
   - Why it matters for auditability
   - Proposed change (text or schema diff)
2. Submit a Pull Request:
   - Keep changes small and reviewable
   - Update `docs/index.md` only if adding/removing major docs
   - If editing schema, also update sample files

## Style guidelines
- Evidence-first language
- Precise definitions
- Use consistent terms with `docs/signal-glossary.md`
- Avoid marketing claims

## Schema change policy
- Backward compatible changes → bump MINOR (e.g., 1.0.0 → 1.1.0)
- Breaking changes → bump MAJOR (e.g., 1.0.0 → 2.0.0)
- Document changes in `CHANGELOG.md` (or `/changelog/` folder if used)

## License
By contributing, you agree your contributions are licensed under the repository LICENSE.

## Questions
Open an Issue in GitHub Discussions / Issues.