Skip to content

Commit 38bce8f

Browse files
committed
fix contribute GB
1 parent 0823d13 commit 38bce8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/GreedyBear/Contribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ For this reason it is important to follow some easy rules based on a simple but
2020

2121
- When creating a PR, please read through the sections that you will find in the PR template and compile it appropriately. If you do not, your PR can be rejected. This is a form of respect to the maintainers.
2222

23+
- Use AI tools appropriately. If we find that you abuse those tools and you just copy/paste without even checking what you are pushing in a PR, we will automatically reject your PR and your future PRs. This is a form of respect to the maintainers.
24+
2325
## Code Style
2426

2527
Keeping to a consistent code style throughout the project makes it easier to contribute and collaborate. We use [Ruff](https://docs.astral.sh/ruff/) as our all-in-one linter and formatter, which provides:
@@ -57,7 +59,7 @@ Once configured, Ruff will automatically run on every commit. If you want to man
5759

5860
```bash
5961
# Format and fix auto-fixable issues
60-
pre-commit run ruff --all-files
62+
pre-commit run ruff --all-files -c .github/.pre-commit-config.yaml
6163

6264
# Or run Ruff directly (requires: pip install ruff)
6365
ruff check . # Check for linting issues

0 commit comments

Comments
 (0)