Skip to content

Commit b3f4a91

Browse files
committed
apply pre-commit hooks to entire repository
1 parent 1388bbd commit b3f4a91

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/CONTRIBUTING.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide explains how to set up your environment, make changes, and submit the
1010

1111
## Getting Started
1212

13-
Before contributing, please review the [Developer Guide]().
13+
Before contributing, please review the [Developer Guide]().
1414
It covers REPO-NAME’s architecture, setup instructions, and contribution workflow.
1515

1616
If you’re new to the project, we also recommend:
@@ -23,19 +23,19 @@ If you’re new to the project, we also recommend:
2323

2424
When you’re ready to submit your work:
2525

26-
1. **Push your branch** to GitHub.
27-
2. **Open a [pull request](https://help.github.com/articles/using-pull-requests/)** against the `main` branch.
26+
1. **Push your branch** to GitHub.
27+
2. **Open a [pull request](https://help.github.com/articles/using-pull-requests/)** against the `main` branch.
2828
3. **Fill out the PR template**, including:
29-
- A concise summary of what your PR does
30-
- A list of all changes introduced
31-
- Details on how these changes affect the repository (features, tests, documentation, etc.)
29+
- A concise summary of what your PR does
30+
- A list of all changes introduced
31+
- Details on how these changes affect the repository (features, tests, documentation, etc.)
3232
4. **Verify before submission**:
33-
- All tests pass
34-
- Pre-commit checks succeed
35-
- Documentation is updated where applicable
33+
- All tests pass
34+
- Pre-commit checks succeed
35+
- Documentation is updated where applicable
3636
5. **Review process**:
37-
- Your PR will be reviewed by the core development team.
38-
- At least **one approval** is required before merging.
37+
- Your PR will be reviewed by the core development team.
38+
- At least **one approval** is required before merging.
3939

4040
We aim to provide constructive feedback quickly and appreciate your patience during the review process.
4141

@@ -45,12 +45,12 @@ We aim to provide constructive feedback quickly and appreciate your patience dur
4545

4646
Found a bug or have a feature request?
4747

48-
1. **Open a new issue** on GitHub.
49-
2. Provide a **clear and descriptive title**.
48+
1. **Open a new issue** on GitHub.
49+
2. Provide a **clear and descriptive title**.
5050
3. Include:
51-
- Steps to reproduce the issue (if applicable)
52-
- Expected vs. actual behavior
53-
- Relevant logs, screenshots, or input files
51+
- Steps to reproduce the issue (if applicable)
52+
- Expected vs. actual behavior
53+
- Relevant logs, screenshots, or input files
5454

5555
Well-documented issues help us address problems faster and keep REPO-NAME stable and robust.
5656

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<!-- List all the changes introduced in this PR. -->
66
### Change 1 <!-- Rename Change 1 to reflect change title -->:
77
- <!-- Bullet point the changes in update 1. -->
8-
-
8+
-
99

1010
### Change 2 <!-- Rename Change 2 to reflect change title -->:
1111
- <!-- Bullet point the changes in update 2. -->
12-
-
12+
-
1313

1414
### Change 3 <!-- Rename Change 3 to reflect change title -->:
1515
- <!-- Bullet point the changes in update 3. -->
16-
-
16+
-
1717

1818
## Impact
1919
- <!-- Bullet point the expected impact this PR will have on the codebase. -->
20-
-
20+
-

0 commit comments

Comments
 (0)