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

docs: Add github pull request template. #1474

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 29, 2018

This adds a pull request template which provides a checklist and links to the code contribution guidelines to help contributors ensure they are adhering to project standards.

@davecgh davecgh added this to the 1.4.0 milestone Sep 29, 2018
@davecgh davecgh force-pushed the github_pr_template branch 2 times, most recently from 31665f3 to ea3ae6f Compare September 29, 2018 07:06
* [ ] Any new logging statements use an appropriate subsystem and logging level
* [ ] Code has been formatted with go fmt
* [ ] Running go test does not fail any tests
* [ ] Running go vet does not report any issues
Copy link
Member

Choose a reason for hiding this comment

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

I think this is unnecessary since go test in Go 1.11 will fail if vet fails.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. That was changed. I updated it to remove this line and instead say:

* [ ] Running go test does not fail any tests or report any vet issues

This adds a pull request template which provides a checklist and links
to the code contribution guidelines to help contributors ensure they are
adhering to project standards.
@davecgh davecgh merged commit 979d21f into decred:master Oct 1, 2018
@davecgh davecgh deleted the github_pr_template branch October 1, 2018 18:07
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