-
Notifications
You must be signed in to change notification settings - Fork 18
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: Create PR template #1059
Conversation
Contributors need some guidance when creating PRs as sometimes crucial information is missing and it isn't clear what is considered "crucial"
I'd like a before | after table for screenshots to be added, like I added manually in #830 for example. This is very helpful and should be mandatory for UI changes imo |
- Add screenshots template to PR template - Remove unnecessary box
is it possible to have two PR templates in GitHUb? Since that could help selecting a template for UI changes specifically. And keep the template more clean for non-UI changes.. |
I tried it, but unfortunately with more than one template, one has to know of the template and pass the "template=template name.md" URL parameter.
Fork /~https://github.com/LoveIsGrief/prtemplatetest and try to create a PR to see it.
I'm confident github will improve that flow, just like they did with issue templates, but I don't know when...
|
I believe the PR template seems to fulfill all our requirements thus far, without adding too much overhead. I'm fine with merging, if anybody has additional improvements feel free to open a new PR. |
Summary
Adds a default PR template. Its contents will be used for all new PRs.
Checklist
Additional information
Contributors often don't know what kind of information a PR needs. The PR template makes that clear and has comments describing what they are and how to interact with them. A handy checklist is also provided for contributors and reviewers to track what still needs doing.
Related issues
N/A