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

Add a PR template #1980

Merged
merged 3 commits into from
Nov 16, 2023
Merged

Add a PR template #1980

merged 3 commits into from
Nov 16, 2023

Conversation

alexpetros
Copy link
Collaborator

Starting off pretty basic, just to address the most common complaints and make sure people write explanations.

@alexpetros alexpetros added the ready for review Issues that are ready to be considered for merging label Nov 8, 2023

## Testing
*Please explain how you tested this change manually, and, if applicable, what new tests you added. If
you're making a change to just the website, you can omit this section.*
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this section really necessary? What do you think people have to write here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I get your point, but I want people to describe their testing strategy, partially as a way to verify that they have one (and encourage them to develop one, if they don't already)

source changes)
* [ ] This is either a bugfix, a documentation update, or a new feature that has been explicitly
approved via an issue
* [ ] I ran the test suite locally (`npm run test`) and verified that it succeeded
Copy link
Contributor

Choose a reason for hiding this comment

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

I would change this point to:

I added test cases that back my changes and run it locally (npm run test)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There are situations in which new tests aren't required, so all I want to know is that they've run the test suite.


## Checklist

* [ ] I have read the contribution guidelines
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice if you link to the contribution guidelines.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Mostly people will interact with this in an edit view, where it will not display at as link.

* [ ] I have read the contribution guidelines
* [ ] I have targeted this PR against the correct branch (`master` for website changes, `dev` for
source changes)
* [ ] This is either a bugfix, a documentation update, or a new feature that has been explicitly
Copy link
Contributor

Choose a reason for hiding this comment

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

When do I have to select this? Linking an issue should be enough, shouldn't it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We want people to know what kind of PRs we're looking for, which is what's described here.

@1cg 1cg merged commit c27907c into master Nov 16, 2023
1 check passed
@alexpetros alexpetros deleted the add-pr-template branch November 16, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Issues that are ready to be considered for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants