Skip to content
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

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

nettrino
Copy link
Contributor

No description provided.

Comment on lines +30 to +33
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.
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link
Contributor

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)

Copy link
Contributor Author

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

Comment on lines +112 to +116
log.Logger.Debugf(
"It appears the token being used doesn't have access to call %v",
runtime.FuncForPC(reflect.ValueOf(githubCall).Pointer()).
Name(),
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 sweet

@nettrino nettrino merged commit 76167ce into main Oct 20, 2022
@nettrino nettrino deleted the nettrino/nilderefs branch October 20, 2022 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants