-
Notifications
You must be signed in to change notification settings - Fork 121
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
chore: Add initial templates for new issues and pull requests #1413
base: develop
Are you sure you want to change the base?
Conversation
/gcbrun |
/gcbrun |
/gcbrun |
## Checklist | ||
- [ ] I have followed the [`CONTRIBUTING` Guide](https://github.com/GoogleCloudPlatform/professional-services-data-validator/blob/develop/CONTRIBUTING.md). | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have successfully run the E2E tests, and have included the outcomes in the PR comments |
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 feel like some people (especially external contributors) use PRs as a way of running the tests.. so maybe that shouldn't be a checklist item.
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have successfully run the E2E tests, and have included the outcomes in the PR comments | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes (suggestion: use the `tests/local_check.sh` script) |
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 think we can remove this since the bullet above should imply the tests work 😅
Closes #1349
Closes #1350