Home → Documentation → Contributing
Foundgine is built around a few simple principles.
Every contribution should reinforce these principles.
Before opening a Pull Request, contributors should read:
Understanding the architecture is far more important than understanding individual implementations.
Recommended workflow:
Fork Repository
↓
Create Branch
↓
Implement Feature
↓
Run Tests
↓
Run Generator Tests
↓
Open Pull Request
↓
Review
↓
Merge
Every Pull Request should focus on one logical change.
A good Pull Request should:
Large unrelated changes should be split into multiple PRs.
Before approving a Pull Request, reviewers should verify:
| ← Previous: Samples | Next: Reference → |