-
Notifications
You must be signed in to change notification settings - Fork 145
Added github templates for issues and PRs #67
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
Conversation
.github/ISSUE_TEMPLATE.md
Outdated
@@ -0,0 +1,10 @@ | |||
| Q | A |
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.
Let's do Question and answers rather then Q and A.
.github/PULL_REQUEST_TEMPLATE.md
Outdated
@@ -0,0 +1,5 @@ | |||
| Q | A |
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.
same here
.github/PULL_REQUEST_TEMPLATE.md
Outdated
| ---------------- | --- | ||
| Request type | bugfix/feature | ||
| Tested scenarios | Description of tested scenarios | ||
| Fixed issues | #-prefixed issue number(s), if any |
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.
Maybe better to show these questions like this:
Description
<! Provide a description of the changes proposed in the pull request ->
Fixed Issues (if relevant)
- #<issue_number>: Issue title
- ...
Tested scenarios
- ...
- ...
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.
example see: magento/magento2#11576
78150bb
to
45999ff
Compare
No description provided.