Contributing to SafeNetworking - PaloAltoNetworks/SafeNetworking GitHub Wiki
First off, thanks for taking the time to contribute!
The following is a set of guidelines for contributing to SafeNetworking, which is hosted in the Palo Alto Networks Organization on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
Code of Conduct
This project and everyone participating in it is governed by the SafeNetworking Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the SP-Solutions team.
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request