Skip to content

Commit eeec272

Browse files
committed
DOC: simplify theme footer config (fixes #60647)
1 parent 73db25d commit eeec272

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/source/Contribution_plan.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

0 commit comments

Comments
 (0)