Skip to content

Commit 4503f3d

Browse files
committed
fix title case to sentence case in CONTRIBUTING.md
1 parent 85baaa5 commit 4503f3d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Apify Documentation
1+
# Contributing to Apify documentation
22

33
## Before you start
44

@@ -128,17 +128,17 @@ You should be able to open https://docs.apify.loc in your browser and run all th
128128
- Avoid repetitive keywords
129129
- Avoid the word "documentation" in descriptions
130130
131-
## AI Assistant Rules Structure
131+
## AI Assistant rules structure
132132
133133
This project uses a hybrid approach for AI assistant rules to ensure consistency across different tools while leveraging Cursor-specific features.
134134
135-
### Structure Overview
135+
### Structure overview
136136
137-
#### Vendor-Agnostic Rules
137+
#### Vendor-agnostic rules
138138
139139
- **`AGENT.md`** - Primary vendor-agnostic rules file containing core documentation standards
140140
141-
#### Cursor-Specific Rules
141+
#### Cursor-specific rules
142142
143143
- **`.cursor/rules/documentation-style.mdc`** - Cursor-specific documentation guidelines
144144
- **`.cursor/rules/content-formatting.mdc`** - Cursor-specific formatting rules
@@ -150,17 +150,17 @@ To verify rule application, hover over attached rules in the Cursor chat window.
150150
151151
### Usage
152152
153-
#### For General AI Assistants
153+
#### For general AI assistants
154154
155155
- Reference `AGENT.md` for vendor-agnostic documentation standards
156156
157-
#### For Cursor-Specific Features
157+
#### For Cursor-specific features
158158
159159
- Use `.cursor/rules/*.mdc` files for Cursor-specific workflows
160160
- Leverage glob patterns and `alwaysApply` settings
161161
- Use Cursor Chat and Cmd+K with `@AGENT.md` references
162162
163-
### File Targeting
163+
### File targeting
164164
165165
Each `.mdc` file uses glob patterns to target specific file types:
166166

0 commit comments

Comments
 (0)