Skip to content

Commit c070d48

Browse files
authored
docs: add getting involved section to contribution guidelines (#104)
1 parent 991d518 commit c070d48

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
## Contributing
1+
# Contributing
2+
3+
## Getting Involved
4+
5+
We welcome contributions and are happy to discuss ideas, answer questions, and help you get started.
6+
7+
**Before opening a pull request**, please open an issue or start a discussion with the maintainers. This helps us:
8+
- Ensure the change aligns with the project's direction
9+
- Avoid duplicate or conflicting work
10+
- Provide guidance on implementation approach
11+
12+
We're friendly and responsive—don't hesitate to reach out!
13+
14+
## Development
215

316
We ask you to write well covered unit tests with your changes and please make sure you use `black` and `flake8` to lint your code before making a PR. There are CI checks that will fail otherwise.
417

0 commit comments

Comments
 (0)