From eeec2725f1bef3a90be4a239c5ef9cb63955baac Mon Sep 17 00:00:00 2001 From: Aswathy Date: Tue, 24 Jun 2025 23:17:02 +0530 Subject: [PATCH] DOC: simplify theme footer config (fixes #60647) --- doc/source/Contribution_plan.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/source/Contribution_plan.md diff --git a/doc/source/Contribution_plan.md b/doc/source/Contribution_plan.md new file mode 100644 index 0000000000000..d5ddb4350dad1 --- /dev/null +++ b/doc/source/Contribution_plan.md @@ -0,0 +1,24 @@ +# CONTRIBUTION_PLAN + +## 1. Project +- pandas (📘 documentation) + +## 2. Issue +- #60647: “DOC: Simplify pandas theme footer” + +## 3. Why +- Beginner-friendly, docs-only, no code. +- Helps modernize the docs and maintain consistency. + +## 4. Steps +1. Fork & clone the repo. +2. Create branch `docs/simplify-footer`. +3. Edit `doc/source/conf.py`, simplify/remove custom footer. +4. Commit: `git commit -m "DOC: simplify theme footer (fix #60647)"`. +5. Push to branch, open PR. + +## 5. PR Expectations +- Title: `DOC: simplify theme footer (closes #60647)` +- Body: Briefly explain change and reference issue. +- CI in pandas checks: doc build only, so no tests should fail. +- Respond to maintainers' feedback.