File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ built on top of them. We also have our own dependencies that we use for our
4949to contribute to Pallets.
5050
5151[ ecosystem ] : ../ecosystem.md
52- [ development environment ] : layout
52+ [ development environment ] : layout.md
5353
5454Writing code is not the only way to contribute to an open source project. Other
5555activities are just as helpful. Some ideas that are too broad for individual
Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ following information in your post:
3131 exception.
3232- List the version of Python and the project you're using. Check if this issue
3333 is already fixed in the latest release, or in ` stable ` or ` main ` .
34+
35+ [ minimal reproducible example ] : https://stackoverflow.com/help/minimal-reproducible-example
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ See the following guides for each part:
6060
6161- [ Tests] ( tests.md ) - Add tests that demonstrate that your code works, and
6262 ensure all tests pass. Run ` pytest ` to run all tests.
63- - [ Static Typing] ( typing.md ) - Run ` mypy ` to check static typing.
63+ - Static Typing - Run ` mypy ` to check static typing.
6464- [ Documentation] ( docs.md ) - If behavior has changed somehow, check if any
6565 documentation pages or docstrings need to be updated.
66- - [ Changelog] ( changes.md ) - Adding a change log entry is optional. A maintainer
66+ - Changelog - Adding a change log entry is optional. A maintainer
6767 will write one if you're not sure how to. Don't add an entry for changes that
6868 only affect documentation or tool config.
69- - [ Style] ( style.md ) - pre-commit automatically applies lint and format checks.
69+ - Style - pre-commit automatically applies lint and format checks.
7070
7171### Multiple Authors
7272
@@ -100,7 +100,7 @@ $ git merge --continue
100100$ git rebase --continue
101101```
102102
103- See [ Help with Git] ( git.md ) for more information about rebasing.
103+ See Help with Git for more information about rebasing.
104104
105105## PR Scope
106106
You can’t perform that action at this time.
0 commit comments