-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Small updates to contributors guide #4825
Conversation
It would be good to backport commit 9b0f858, so that this is updated on docs.aiohttp.org soon. Could any of you take this up? If not, how should I go about? |
Codecov Report
@@ Coverage Diff @@
## master #4825 +/- ##
=======================================
Coverage 97.60% 97.60%
=======================================
Files 43 43
Lines 8932 8932
Branches 1406 1406
=======================================
Hits 8718 8718
Misses 95 95
Partials 119 119 Continue to review full report at Codecov.
|
Thanks! |
* docs/contributing: refer to latest version of contrib guide * docs/contributing: grammer fix * docs/contributing: fix command for test coverage report * added CHANGES file (cherry picked from commit f079e36)
* docs/contributing: refer to latest version of contrib guide * docs/contributing: grammer fix * docs/contributing: fix command for test coverage report * added CHANGES file (cherry picked from commit f079e36) Co-authored-by: Guus Bertens <33204992+guusbertens@users.noreply.github.com>
* docs/contributing: refer to latest version of contrib guide * docs/contributing: grammer fix * docs/contributing: fix command for test coverage report * added CHANGES file
Summary
Small updates to the contributors guide:
Related issue: #4810
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.