You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ If your pull request is a documentation fix or a trivial typo, feel free to dele
25
25
-[ ] Changes to the signature of `@attr.s()` have to be added by hand too.
26
26
-[ ] Changed/added classes/methods/functions have appropriate `versionadded`, `versionchanged`, or `deprecated`[directives](http://www.sphinx-doc.org/en/stable/markup/para.html#directive-versionadded).
27
27
The next version is the second number in the current release + 1.
28
-
So if the current version on PyPI is 23.1.0, the next version is gonna be 23.2.0.
28
+
The first number represents the current year.
29
+
So if the current version on PyPI is 22.2.0, the next version is gonna be 22.3.0.
30
+
If the next version is the first in the new year, it'll be 23.1.0.
29
31
-[ ] Documentation in `.rst` files is written using [semantic newlines](https://rhodesmill.org/brandon/2012/one-sentence-per-line/).
30
32
-[ ] Changes (and possible deprecations) have news fragments in [`changelog.d`](https://github.com/python-attrs/attrs/blob/main/changelog.d).
31
33
-[ ] Consider granting [push permissions to the PR branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork), so maintainers can fix minor issues themselves without pestering you.
0 commit comments