Skip to content

Commit

Permalink
Rename NEWS fragment
Browse files Browse the repository at this point in the history
This build just failed
https://github.com/pypa/pipenv/runs/7853944342?check_suite_focus=true
with the following error:

    NEWS fragment files must be named *.(feature|behavior|bugfix|vendor|doc|trivial|removal|process).rst

    news/5261.bugfix

    pre-commit hook(s) made changes.
    If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.

I created this file by following the PR template instructions, which
don't say anything about the `.rst` part of the filename. I'm fixing up
those instructions while I'm in here as well.
  • Loading branch information
jfly committed Aug 16, 2022
1 parent 0e629d3 commit d06a811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ How does this pull request fix your problem? Did you consider any alternatives?
### The checklist

* [ ] Associated issue
* [ ] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix`, `.feature`, `.behavior`, `.doc`. `.vendor`. or `.trivial` (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.
* [ ] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix.rst`, `.feature.rst`, `.behavior.rst`, `.doc.rst`. `.vendor.rst`. or `.trivial.rst` (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

<!--
### If this is a patch to the `vendor` directory...
Expand Down
2 changes: 1 addition & 1 deletion news/5261.bugfix → news/5261.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix "The Python interpreter can't be found" error when running `pipenv install --system` with a python3 but no python.
Fix "The Python interpreter can't be found" error when running ``pipenv install --system`` with a python3 but no python.

0 comments on commit d06a811

Please sign in to comment.