-
Notifications
You must be signed in to change notification settings - Fork 106
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 towncrier #618
Add towncrier #618
Conversation
Codecov Report
@@ Coverage Diff @@
## master #618 +/- ##
=======================================
Coverage 90.03% 90.03%
=======================================
Files 55 55
Lines 2650 2650
Branches 343 343
=======================================
Hits 2386 2386
Misses 201 201
Partials 63 63
Continue to review full report at Codecov.
|
docs/contributing.rst
Outdated
* ``PR42`` when the change has been implemented in pull request ``42``, and | ||
there is no associated issue | ||
* ``Cabcdef`` when the change has been implemented in changeset ``abcdef``, and | ||
there is no associated issue or pull request. |
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.
Since you use mergify and it rebases, I recommend against using commit hashes - the author won't be able to predict their hash, and so any hashes they use will lead to a 404 link.
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.
Yeah, you are right. I didn't noticed this.
docs/contributing.rst
Outdated
* ``Cabcdef`` when the change has been implemented in changeset ``abcdef``, and | ||
there is no associated issue or pull request. | ||
* ``username`` for contributors (``author`` extention). It should be the | ||
username part of their commits' email address. |
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.
s/commits'/commit's/
@@ -0,0 +1,19 @@ | |||
#!/usr/bin/env python3 | |||
|
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.
I recommend adding a docblock that explains the purpose of this script and any args it accepts (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.
Most of the code is copied from fedora-infra/fedora-messaging#67.
But I will add it, so this is more readable.
@@ -0,0 +1,19 @@ | |||
#!/usr/bin/env python3 | |||
|
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.
I didn't see a general Copyright claim on Anitya - I also recommend adding a copyright claim on this file.
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 as above.
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.
w00t
No description provided.