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
Thanks for your interest in Bulk PDF Generator! This is a solo project maintained by a working school principal, so turnaround may vary.
4
+
5
+
## Reporting bugs or requesting features
6
+
7
+
The best way to contribute is through [GitHub Issues](https://github.com/mrdavearms/bulk-pdf-extractor-and-generator/issues). Please use the provided templates — they help me understand your environment and reproduce the problem.
8
+
9
+
## Contributing code
10
+
11
+
If you'd like to submit a pull request:
12
+
13
+
1. Fork the repository
14
+
2. Create a feature branch from `main`
15
+
3. Make your changes
16
+
4. Run `python -m pytest tests/ -v` and ensure all tests pass
17
+
5. Submit a PR against `main`
18
+
19
+
Please keep changes focused — one feature or fix per PR.
20
+
21
+
## Privacy reminder
22
+
23
+
**Never commit PDF files or spreadsheets containing real student data.** Use sample/dummy data for testing.
0 commit comments