#Python-dev: First contribution to (c)python
First PR (pull request) Requirements: I discovered that to be able to contribute you need to have a few things 1.A Github account (this is a must for anyone wanting to contribute to any open-source project) 2.A python issue tracker account (on this site https://bugs.python.org/) -you need to then have your Github account username in the "your details" section of your account (if you set your Github username during reregistration then it should already be set) 3. Sign a this CLA that's also on their site entering the same Github and python issue tracker account for the info. note that the CLA takes 1 American work day (so 24 hrs within Monday-Friday) 4. when you make the pull request it has to be bpo-(issue number): description -note there are special rules for back fixing (it will show up in the description of the PR when you make it) 5. if it hasn't been previously done you have to make whats called a news file under the misc/NEWS.d/next fol...