github.com/jingweno/gh@v2.1.1-0.20221007190738-04a7985fa9a1+incompatible/CONTRIBUTING.md (about)

     1  ## Submitting a Pull Request
     2  
     3  1. [Fork the repository.][fork]
     4  2. [Create a topic branch.][branch]
     5  3. Add tests for your unimplemented feature or bug fix.
     6  4. Run `script/test`. If your tests pass, return to step 3.
     7  5. Implement your feature or bug fix.
     8  6. Run `script/test`. If your tests fail, return to step 5.
     9  7. Add, commit, and push your changes. For documentation-only fixes,
    10     please add "[ci skip]" to your commit message to avoid needless CI builds.
    11  8. [Submit a pull request.][pr]
    12  
    13  [fork]: https://help.github.com/articles/fork-a-repo
    14  [branch]: http://learn.github.com/p/branching.html
    15  [pr]: https://help.github.com/articles/using-pull-requests