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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
15
3
16
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.
0 commit comments