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

Update PR template with task list for testing and documentation #762

Merged
merged 2 commits into from
Apr 15, 2019

Conversation

efekarakus
Copy link
Contributor

@efekarakus efekarakus commented Apr 12, 2019

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@piradeepk piradeepk left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -2,5 +2,16 @@

*Description of changes:*

----
*Testing*
- [ ] Did you run our unit tests? `make test`
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: our is relative, might be better to phrase it as the

- [ ] Did you run our unit tests? `make test`
- [ ] Did you run our integration tests? `make integ-test`
- [ ] Did you add new unit test(s)?
- [ ] Did you add new integration test(s)?
Copy link
Contributor

Choose a reason for hiding this comment

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

How about we also add a section for listing manual test cases?

Copy link
Contributor

Choose a reason for hiding this comment

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

Applicable cases could change depending on what functionality as added, but minimally we could have section like, "List manual checks done and their output (include default case, embellished case(s), new/old functionality, etc.)".

Copy link
Contributor Author

@efekarakus efekarakus Apr 15, 2019

Choose a reason for hiding this comment

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

Added:

  • Listed manual checks and their outputs in the comments (example)

----
*Testing*
- [ ] Did you run our unit tests? `make test`
- [ ] Did you run our integration tests? `make integ-test`
Copy link
Contributor

@allisaurus allisaurus Apr 12, 2019

Choose a reason for hiding this comment

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

I would prefer to list checks as affirmative statements rather than questions. Ex:

  • make test passes
  • make integ-test passes
  • Unit tests added for new functionality
  • etc...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good this seems more Teutonic, I had taken my template from AppMesh. Updated.

- [ ] Did you add new unit test(s)?
- [ ] Did you add new integration test(s)?
----
*Documentation*
Copy link
Contributor

Choose a reason for hiding this comment

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

Add check for "Updated README if applicable"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@efekarakus efekarakus merged commit f5a584b into aws:dev Apr 15, 2019
@efekarakus efekarakus deleted the pr-checklist branch April 15, 2019 17:52
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.

None yet

4 participants