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
**For specific tasks and upcoming features where we need assistance, please see our [ROADMAP (TBD)](./ROADMAP.md) for planned directions and priorities.**
16
+
17
+
## ⚠️ Important Information for Contributors
18
+
19
+
**TrainCheck** is structured as a standard Python library. Please follow conventional Python development practices.
20
+
21
+
-**Code Style**: Install the pre-commit hooks in your development environment:
22
+
```bash
23
+
pip install pre-commit
24
+
pre-commit install
25
+
pip install isort
26
+
```
27
+
- **Documentation**: The documentation is currently under development. If you have any questions or require clarification, please join our Discord server via the [README](./README.md).
28
+
- **Testing**: The test structure is being finalized (see TEST.md (TBD)). In the interim, you are welcome to add unit or end-to-end tests in the `tests/` directory as appropriate.
29
+
30
+
## 💬 Questions?
31
+
32
+
Join our Discord server (see [README](./README.md)) — don’t hesitate to ping us there. We’d love to help you get started.
0 commit comments