Kibibit / kibibit-cli

2 stars 1 forks source link

finish discussion #7

Open thatkookooguy opened 6 years ago

thatkookooguy commented 6 years ago

finish should make sure that github is updated with the latest changes, your branch is up-to-date with the correct main gitflow branch, and open a pull request url on github.

after some investigation, it looks like we can open pull requests in the browser (before actually creating them) using this url schema: https://github.com//compare/...<if_fork:fork_location+:>?expand=1 FORKS - https://github.com/Kibibit/kibibit-cli/compare/master...Thatkookooguy:master?expand=1 ORIGINAL - https://github.com/Kibibit/kibibit-cli/compare/master...feature/major-refactor?expand=1

we should investigate more url params supported by this schema. if we can also add some info (like injecting something to the body of the pull request) it could be a cool feature

thatkookooguy commented 6 years ago

These are the url params I found out this far