README
README for contributors
========================

Refer to https://fedoraproject.org/wiki/Category:Documentation_beats?rd=Docs/Beats for content; proofread when adding to git and mark sections and wiki pages as complete as you progress.

Use `create-tx-configuration` to maintain .tx/config (thanks Sparks!)

When shipping an RPM, test, pull POs, test again, tag, bump spec, and build. See https://fedoraproject.org/wiki/User:Immanetize/Packaging_Docs_in_an_RPM for detailed instructions.


Some methods of finding new packages to write about:
https://admin.fedoraproject.org/updates/list?release=F17&type_=newpackage
https://admin.fedoraproject.org/updates/rss/rss2.0?release=F17&type=newpackage
`bodhi -r f17 -t newpackage`
#~/usr/bin/env python 
from fedora.client import BodhiClient; BodhiClient().query(release="F17", type_="newpackage")