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

fixes: #405 Formatted the code using prettier #479

Closed
wants to merge 8 commits into from
Closed

fixes: #405 Formatted the code using prettier #479

wants to merge 8 commits into from

Conversation

aashimawadhwa
Copy link

@aashimawadhwa aashimawadhwa commented Feb 4, 2022

Closes #405

formatted the code using prettier and added required packages

Changes

formats every *.js or *.jsx file in the “scripts/”

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to master from fork : master

martinhalford and others added 2 commits February 3, 2022 09:25
)

* Add workflow to build and deploy to S3

Signed-off-by: Martin Halford <[email protected]>

* Add workflow to build and deploy to S3

Signed-off-by: Martin Halford <[email protected]>

* Add workflow to build and deploy to S3

Signed-off-by: Martin Halford <[email protected]>
Signed-off-by: Aashima wadhwa <[email protected]>
Copy link
Member

@jolanglinais jolanglinais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.

@aashimawadhwa
Copy link
Author

I tried my level best to solve this , I signed all the commits but the last one is always left out , please help me out @irmerk

@jolanglinais
Copy link
Member

If you're unable to solve it, I would recommend just starting a new branch and ensuring you put the signoff on the commit(s) when you begin and open a new PR.

So when you commit: git commit --signoff -m 'INSERT TEXT'

@aashimawadhwa
Copy link
Author

If you're unable to solve it, I would recommend just starting a new branch and ensuring you put the signoff on the commit(s) when you begin and open a new PR.

So when you commit: git commit --signoff -m 'INSERT TEXT'

should I close this PR and create a new one?

@dselman dselman closed this May 10, 2022
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.

Formatter configuration
4 participants