Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Prettier for Code Formatting #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Himanshityagii24
Copy link
Contributor

Why we need this improvement?

Ensures uniform formatting across frontend and backend.
Reduces code review time by enforcing a standard style.
Improves readability and maintainability.
How will this change help?

Automatically formats code on save or before commits.
Prevents unnecessary formatting changes in PRs.
Works across multiple developers with different editors.
FIXES: #102

Signed-off-by: Himanshityagii24 <[email protected]>
Copy link

This pull request has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation.

There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale State due to inactivity label Mar 21, 2025
@yada
Copy link
Member

yada commented Mar 28, 2025

Thanks for the PR, @Himanshityagii24, and sorry for the delay on this one...
A few points before being able to move forward on this:
1/
Please do a PR on the action to add Prettier without including all the markdown modifications.
Plus (important) all generic md files like: ADOPTERS.md MAINTAINERS.md.../... must not be modified here but on the main repo. See: https://github.com/microcks/.github

So, all these centralized files must be excluded from the GitHub action.

2/
@mohdaquib171 and @lbroudoux are working on a significant refresh of the hub front end. See: #76
So, this type of action may be of use but may not be the top priority. But always open for improvements, see 1/

@github-actions github-actions bot removed the stale State due to inactivity label Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Prettier for Code Formatting
2 participants