You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152: Add prettier r=bidoubiwa a=mdubus
## What's wrong ?
Prettier missing.
Many developper use the "format on save" option in their IDE, and without a code formatter and a configuration file, it can be pretty time-consuming trying not to break the current format.
## What's inside this PR ?
Addition of prettier as dev dependency + configuration file, and formatting of every file regarding the same specification.
Please take a look at the rules to see if it seems coherent to you 🙏
Co-authored-by: Morgane Dubus <morgane.d@meilisearch.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
22
22
4. Review the [Development Workflow](#workflow) section that describes the steps to maintain the repository.
23
23
5. Make the changes on your branch.
24
24
6.[Submit the branch as a PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) pointing to the `main` branch of the main vuepress-plugin-meilisearch repository. A maintainer should comment and/or review your Pull Request within a few days. Although depending on the circumstances, it may take longer.<br>
25
-
We do not enforce a naming convention for the PRs, but **please use something descriptive of your changes**, having in mind that the title of your PR will be automatically added to the next [release changelog](https://github.com/meilisearch/vuepress-plugin-meilisearch/releases/).
25
+
We do not enforce a naming convention for the PRs, but **please use something descriptive of your changes**, having in mind that the title of your PR will be automatically added to the next [release changelog](https://github.com/meilisearch/vuepress-plugin-meilisearch/releases/).
26
26
27
27
## Development Workflow
28
28
@@ -65,6 +65,7 @@ We do not enforce any branch naming style, but please use something descriptive
65
65
### Git Commits <!-- omit in TOC -->
66
66
67
67
As minimal requirements, your commit message should:
68
+
68
69
- be capitalized
69
70
- not finish by a dot or any other punctuation character (!,?)
70
71
- start with a verb so that we can read your commit message this way: "This commit will ...", where "..." is the commit message.
0 commit comments