Skip to content

Commit 135ca86

Browse files
authored
docs: add pull-request section (#233)
* docs: add pull-request page * Update pullRequest.md
1 parent f18d24b commit 135ca86

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/docs/pullRequest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Pull-request
3+
---
4+
5+
# Pull-request
6+
7+
Semantic title is required. It's validated by [GitHub Action](https://github.com/deepakputhraya/action-pr-title). See [pr-title.yml](https://github.com/algolia/api-clients-automation/blob/main/.github/workflows/pr-title.yml) for the complete regular expressions.

website/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const sidebars = {
1919
},
2020
'addNewClient',
2121
'addNewLanguage',
22+
'pullRequest',
2223
],
2324
},
2425
{

0 commit comments

Comments
 (0)