-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nil pointer derefs on bad permissions and add contributing.md #43
Conversation
c00e74d
to
5c5e9c9
Compare
5c5e9c9
to
08c5afe
Compare
1. When filing a bug or request, please check existing issues to see if there | ||
exist some issue capturing the same topic already. | ||
|
||
1. When filing bugs, please provide as detailed steps of reproduction as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we create github issue template with these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah no harm doing so
1. The current license will remain, and we might introduce a requirement for | ||
contributors to sign a CLA once the project matures. | ||
|
||
### Sample Workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very similar flow documented in here as well https://docs.github.com/en/get-started/quickstart/contributing-to-projects (except pre-commit bits)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used cobra as a reference which follows the standard pattern
log.Logger.Debugf( | ||
"It appears the token being used doesn't have access to call %v", | ||
runtime.FuncForPC(reflect.ValueOf(githubCall).Pointer()). | ||
Name(), | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 sweet
No description provided.