-
Notifications
You must be signed in to change notification settings - Fork 12
Created pull request template #23
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
PULL_REQUEST_TEMPLATE.md
Outdated
|
||
## Did you read the instructions in the [WORKFLOW](https://github.com/wtfpython-web/wtfpython-web/wiki/Workflow) ? | ||
|
||
> Y/N |
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.
We can have checkboxes instead of Y/N, much cleaner imo
something like
- Did you read the instructions in the WORKFLOW
PULL_REQUEST_TEMPLATE.md
Outdated
|
||
> Y/N | ||
|
||
## Is your Python code styled according to the PEP8 code style convention ? |
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.
Add a link to PEP8 guide
PULL_REQUEST_TEMPLATE.md
Outdated
|
||
## Have you run the tests ? | ||
|
||
>Y/N |
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.
Add another task in the template,
Have you followed commit guidelines at https://github.com/wtfpython-web/wtfpython-web/wiki/Commit-Guidelines
Also, make sure that you follow it too in your PR :)
Nice work @Pallavi024, merged! 🎉 |
Ideally, there should be only one commit for one atomic change, it's not a good practice to bloat codebase with a lot of commits. I squashed your commits into one before merge. You can do that on your own from the next time :) |
Ya sure, I'll do that from next time.Actually I'm contributing for the
first time but from next time i will take care : )
… You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ae3EupiqAUo6DQ3i_1cUzKnouz_k1duuks5uBIrSgaJpZM4U4bjE>
.
|
No description provided.