Skip to content

Commit a918236

Browse files
fix
1 parent e570fa2 commit a918236

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tools/spectral/ipa/CONTRIBUTING.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@ Thank you for your interest in contributing! We welcome contributions of all kin
44

55
**Note:** For MongoDB engineers, please review https://go/ipa-validation-internal-wiki for additional information.
66

7-
## 🛠 Getting Started
8-
9-
### Prerequisites
10-
11-
- Node.js >= v20
12-
- npm
13-
14-
1. **Fork the repo**
15-
2. **Clone your fork**
16-
```bash
17-
git clone https://github.com/your-username/project-name.git
18-
```
19-
3. **Install dependencies**
20-
```bash
21-
cd project-name
22-
npm install
23-
```
24-
4. **Create a new branch**
25-
```bash
26-
git checkout -b my-feature-branch
27-
```
28-
297
## Rule Implementation
308

319
The rule validations are custom JS functions (see [/rulesets/functions](https://github.com/mongodb/openapi/tree/main/tools/spectral/ipa/rulesets/functions)). To learn more about custom functions, refer to the [Spectral Documentation](https://docs.stoplight.io/docs/spectral/a781e290eb9f9-custom-functions).

0 commit comments

Comments
 (0)