Skip to content

Commit 2457065

Browse files
committed
docs: formatting fixes
Signed-off-by: Zack Koppert <zkoppert@github.com>
1 parent 0694058 commit 2457065

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ This is a GitHub Action that given an organization, team, or specified repositor
33
## Code Standards
44

55
### Required Before Each Commit
6+
67
- Run `make lint` before committing any changes to ensure proper code linting and formatting.
78

89
### Development Flow
10+
911
- Lint: `make lint`
1012
- Test: `make test`
1113

1214
## Repository Structure
15+
1316
- `Makefile`: Contains commands for linting, testing, and other tasks
1417
- `requirements.txt`: Python dependencies for the project
1518
- `requirements-test.txt`: Python dependencies for testing
@@ -18,6 +21,7 @@ This is a GitHub Action that given an organization, team, or specified repositor
1821
- `test_*.py`: Python test files matching the naming convention for test discovery
1922

2023
## Key Guidelines
24+
2125
1. Follow Python best practices and idiomatic patterns
2226
2. Maintain existing code structure and organization
2327
3. Write unit tests for new functionality.

0 commit comments

Comments
 (0)