Skip to content

Commit c84a70b

Browse files
johnnygreconabinchha
authored andcommitted
punctuation
1 parent 13f9527 commit c84a70b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Share your use cases! Example notebooks and tutorials help others understand how
6161
Help us improve test coverage by adding tests for untested code paths or edge cases.
6262

6363
## 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:
6565

6666
### How We Grow Data Designer
6767
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
148148

149149
2. **Develop your changes**
150150

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).
152152

153153
3. **Test and validate**
154154

@@ -183,7 +183,6 @@ Data Designer uses [`uv`](https://github.com/astral-sh/uv) for dependency manage
183183

184184
Ensure your changes meet the following criteria:
185185

186-
- Code follows patterns and conventions outlined in [AGENTS.md](AGENTS.md)
187186
- All tests pass (`make test`)
188187
- Code is formatted and linted (`make check-all-fix`)
189188
- New functionality includes tests
@@ -201,7 +200,7 @@ Ensure your changes meet the following criteria:
201200

202201
2. **Open a pull request** on GitHub from your fork to the main repository
203202

204-
3. **Respond to review feedback** promptly and update your PR as needed
203+
3. **Respond to review feedback** update your PR as needed
205204

206205
### Pull Request Review Process
207206

0 commit comments

Comments
 (0)