From e89b016295d2ffb93d8ed7692479da69bc3e2df6 Mon Sep 17 00:00:00 2001 From: SHNWAZ Date: Wed, 13 May 2026 00:08:10 +0530 Subject: [PATCH] Add Pronpy onboarding checklist --- ONBOARDING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ONBOARDING.md diff --git a/ONBOARDING.md b/ONBOARDING.md new file mode 100644 index 0000000..14cfcb6 --- /dev/null +++ b/ONBOARDING.md @@ -0,0 +1,9 @@ +# Pronpy Onboarding + +Use this checklist when setting up new repositories or collaborators in the organization. + +- Confirm repository visibility, description, homepage, and topics. +- Keep issues, discussions, and pull requests enabled for public projects. +- Assign new issues and pull requests to a maintainer. +- Require pull requests and passing CI before merging into `main`. +- Keep GitHub Pages and workflow badges checked after setup changes.