Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 738 Bytes

Contributing to portauthority

Issues

Issues are always welcome!

Pull Requests

These rules must be followed for any contributions to be merged into master. A Git installation is required.

  1. Fork this repo
  2. Go get the original code:

go get github.com/target/portauthority

  1. Navigate to the original code:

$GOPATH/src/github.com/target/portauthority

  1. Add a remote branch pointing to your fork:

git remote add fork https://github.com/your_fork/portauthority

  1. Implement desired changes
  2. Validate the changes meet your desired use case
  3. Update documentation
  4. Push to your fork:

git push fork master

  1. Open a pull request. Thank you for your contribution! A dialog will ensue.