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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Share your use cases! Example notebooks and tutorials help others understand how
61
61
Help us improve test coverage by adding tests for untested code paths or edge cases.
62
62
63
63
## Feature Requests
64
-
Data Designer is designed to be as flexible and extensible as possible, and we welcome your ideas for pushing its capabilities even further! To keep the core library maintainable, while also supporting innovation, we take an incremental approach when adding new features: we explore what's already possible, extend through plugins when needed, and integrate the most broadly useful features into the core library:
64
+
Data Designer is designed to be as flexible and extensible as possible, and we welcome your ideas for pushing its capabilities even further! To keep the core library maintainable, while also supporting innovation, we take an incremental approach when adding new features – we explore what's already possible, extend through plugins when needed, and integrate the most broadly useful features into the core library:
65
65
66
66
### How We Grow Data Designer
67
67
1. 🧗 **Explore what's possible**: Can your use case be achieved with current features? We've designed Data Designer to be composable – sometimes creative combinations of existing tools can accomplish what you need. Check out our examples or open an issue if you'd like help exploring this!
@@ -148,7 +148,7 @@ Data Designer uses [`uv`](https://github.com/astral-sh/uv) for dependency manage
148
148
149
149
2.**Develop your changes**
150
150
151
-
Please follow the patterns and conventions outlined in [AGENTS.md](AGENTS.md).
151
+
Please follow the patterns and conventions used throughout the codebase, as well as those outlined in [AGENTS.md](AGENTS.md).
152
152
153
153
3.**Test and validate**
154
154
@@ -183,7 +183,6 @@ Data Designer uses [`uv`](https://github.com/astral-sh/uv) for dependency manage
183
183
184
184
Ensure your changes meet the following criteria:
185
185
186
-
- Code follows patterns and conventions outlined in [AGENTS.md](AGENTS.md)
187
186
- All tests pass (`make test`)
188
187
- Code is formatted and linted (`make check-all-fix`)
189
188
- New functionality includes tests
@@ -201,7 +200,7 @@ Ensure your changes meet the following criteria:
201
200
202
201
2.**Open a pull request** on GitHub from your fork to the main repository
203
202
204
-
3.**Respond to review feedback**promptly and update your PR as needed
203
+
3.**Respond to review feedback** update your PR as needed
0 commit comments