Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed typo

All the Apache Flex repositories are mirrored on Github, and standard Github workflows are supported. If you are a Github user, you can use Github for reporting issues and contributing code. It's actually probably easier than the process listed above with by creating patch files.

Github guide

Follow these steps:

  1. Create a Github account here.Git
  2. Fork the repository you want to work on and check it out locally.
  3. If you want to work on some or all of them, they should all be checked out into the same folder.
  4. Make your changes to the code, commit and push your changes to your fork.
  5. In the Github interface create the pull request.

...