These improvements prevent maintainers from accidentally forgetting to add issues when merging an RFC. Also, auto-generate links from copy-pastable issues references to make this script easier to use.
* Adds -n flag to explicitly indicate that no issues should be linked
* Require either -i or -n flag
* Accept issues in the format <org>/<repo>#<number> and create links
Signed-off-by: Emily Casey <ecasey@vmware.com>
Adds the following to the RFC process
* Issue creation
* Spec and audience albels
Documents merge-rfc.sh script
Signed-off-by: Emily Casey <ecasey@vmware.com>
The previous links used "https://github.com/pulls" which is a logged in
user's pull request search. This moves it to
"https://github.com/buildpacks/rfcs" which is publically accessible.
Signed-off-by: Terence Lee <hone02@gmail.com>
Signed-off-by: Ben Hale <bhale@pivotal.io>