Skip to content

Commit bc8c652

Browse files
authored
docs: update PR title instructions
1 parent 7c1a5e5 commit bc8c652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/how-to-open-a-pull-request.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We use [conventional title and messages](https://www.conventionalcommits.org/) f
3838
>
3939
> For example:
4040
>
41-
> `fix(learn): tests for the do...while loop challenge`
41+
> `fix(curriculum): tests for the do...while loop challenge`
4242
4343
Whenever you open a Pull Request (PR), you can use the below to determine the type, scope (optional), and description.
4444

@@ -49,15 +49,13 @@ Whenever you open a Pull Request (PR), you can use the below to determine the ty
4949
| fix | Bug fixes - when you repair something that wasn't working correctly |
5050
| feat | New features - when you add new functionality that didn't exist before |
5151
| refactor | Code cleanup - reorganizing code without changes to logic |
52-
| chore | Maintenance tasks - updating dependencies, build configs, or project setup |
5352
| docs | Documentation - updating README files, comments, or help documentation |
5453

5554
**Scope:**
5655

5756
`Scope` is optional but it helps reviewers understand which areas of the project are impacted. Common scopes include:
5857

5958
- **curriculum**: Lessons, challenges, projects, and learning content
60-
- **ui**: User interface and user experience improvements
6159
- **a11y**: Accessibility improvements and fixes
6260
- **i18n**: Internationalization and language translations
6361
- **api**: Backend API and server-side code

0 commit comments

Comments
 (0)