File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # CONTRIBUTION_PLAN
2+
3+ ## 1. Project
4+ - pandas (📘 documentation)
5+
6+ ## 2. Issue
7+ - #60647 : “DOC: Simplify pandas theme footer”
8+
9+ ## 3. Why
10+ - Beginner-friendly, docs-only, no code.
11+ - Helps modernize the docs and maintain consistency.
12+
13+ ## 4. Steps
14+ 1 . Fork & clone the repo.
15+ 2 . Create branch ` docs/simplify-footer ` .
16+ 3 . Edit ` doc/source/conf.py ` , simplify/remove custom footer.
17+ 4 . Commit: ` git commit -m "DOC: simplify theme footer (fix #60647)" ` .
18+ 5 . Push to branch, open PR.
19+
20+ ## 5. PR Expectations
21+ - Title: ` DOC: simplify theme footer (closes #60647) `
22+ - Body: Briefly explain change and reference issue.
23+ - CI in pandas checks: doc build only, so no tests should fail.
24+ - Respond to maintainers' feedback.
You can’t perform that action at this time.
0 commit comments