Skip to content

Commit f9f93ae

Browse files
committed
Rely on the GitHub Markdown renderer to count our lists items for us
1 parent 551870d commit f9f93ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ project, you agree to abide by its terms.
1616
This is the workflow for contributing changes to this project::
1717

1818
1. [Fork the Git repository](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
19-
2. Clone your forked repository locally and install the development
19+
1. Clone your forked repository locally and install the development
2020
dependencies.
21-
3. Create a local branch for your changes.
22-
4. Add unit tests for your changes.
21+
1. Create a local branch for your changes.
22+
1. Add unit tests for your changes.
2323
These tests should fail without your changes.
24-
5. Add your changes. Your added unit tests now should pass, and no other tests
24+
1. Add your changes. Your added unit tests now should pass, and no other tests
2525
should be broken. Check that your changes follow the same coding style as the
2626
rest of the project.
27-
6. Add a changelog entry, newest on top.
28-
7. Commit and push your changes.
29-
8. [Create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
27+
1. Add a changelog entry, newest on top.
28+
1. Commit and push your changes.
29+
1. [Create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
3030
for your changes.
31-
9. Check that the CI build is green. (If it is not, fix the problems listed.)
31+
1. Check that the CI build is green. (If it is not, fix the problems listed.)
3232
Please note that for first-time contributors, you will need to wait for a
3333
maintainer to allow your CI build to run.
34-
10. Wait for a review by the maintainers.
35-
11. Polish your changes as needed until they are ready to be merged.
34+
1. Wait for a review by the maintainers.
35+
1. Polish your changes as needed until they are ready to be merged.

0 commit comments

Comments
 (0)