-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 PR Template #38
Add PR Template #38
Conversation
a597f3a
to
47ee747
Compare
@piyushswain how is going with this Template? 🤔 |
What do you think to add a section where we can specify the severity of the COP. |
Yes, we should look at adding a severity level to the PR template. |
516d0a3
to
62d1bda
Compare
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.
WDYT about adding an intro text to specify to follow this instructions only if we're creating a new cop?
.github/PULL_REQUEST_TEMPLATE.md
Outdated
* [ ] Squashed related commits together. | ||
* [ ] Added tests. | ||
* [ ] Ran and ensured all tests are passing on a development environment. | ||
* [ ] If this is a new cop, added an entry for the cop on `/config/default.yml` |
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.
Additionally, for almost every PRs, creating the relative changelog entry as mentioned here will be better.
WDYT of adding another action item here?
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.
Will add another action item here for the changelog
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.
After merging #51, it's better to add another action item about updating the documentation running the bundle exec rake
task
.github/PULL_REQUEST_TEMPLATE.md
Outdated
The more detailed you are, the better.** | ||
|
||
----------------- | ||
Severity: |
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.
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.
62d1bda
to
38baf4b
Compare
This template should contain all required information we want on a cop PR.
38baf4b
to
efce3b5
Compare
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.
LGTM. Thanks for the updates!
This PR adds a new PR template for the repository