You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently does not have a PULL_REQUEST_TEMPLATE.md file
Features
A PULL_REQUEST_TEMPLATE.md allows our contributors to describe the features of their pull request in a standardized way. Refer to GitHub's mention on the subject for more information on why this is helpful.
Resolution
This repo seems to have a good list of templates to select from. It may be a good idea to just take one of theirs if any seem fitting.
Possible things to mention/check off:
Are the commit messages formatted according to the CONTRIBUTING file?
Is there a duplicate/close duplicate pull request already present?
Does this request close any open issues? (If not, create an issue first)
Does your description fully describe the pull request's changes?
Are there any screenshots you could provide that better illustrate your change?
Is this a breaking change? (Does it cause existing features to not work the same?)
Does your code follow the code styles enforced by the project?
The text was updated successfully, but these errors were encountered:
Issue
The project currently does not have a PULL_REQUEST_TEMPLATE.md file
Features
A PULL_REQUEST_TEMPLATE.md allows our contributors to describe the features of their pull request in a standardized way. Refer to GitHub's mention on the subject for more information on why this is helpful.
Resolution
This repo seems to have a good list of templates to select from. It may be a good idea to just take one of theirs if any seem fitting.
Possible things to mention/check off:
The text was updated successfully, but these errors were encountered: