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

deleted extraneous commented out code #480

Closed

Conversation

gizmoGremlin
Copy link

Resolves #477
Impact: minor
Type: chore

Component

Description of the issue this component this PR adds. Also include, as necessary:

  • Any other components this component requires
  • Any NPM dependencies added

Screenshots

Include mobile and desktop screenshots.

Breaking changes

You should almost never include "BREAKING CHANGES" because we’re duplicating components to avoid that. Consult with others before doing it.

Testing

  1. List the steps needed for testing your change in this section.
  2. Assume that testers already know how to start the app, and do the basic setup tasks.
  3. Be detailed enough that someone can work through it without being too granular

More detail for what each of these sections should include are available in our Contributing Docs

@rc-publisher
Copy link
Collaborator

rc-publisher commented Mar 23, 2020

🚀 Preview deployed

Built with commit 42da25a

https://deploy-preview-480--stoic-hodgkin-c0179e.netlify.com

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the
    best of my knowledge, is covered under an appropriate open
    source license and I have the right under that license to
    submit that work with modifications, whether created in whole
    or in part by me, under the same open source license (unless
    I am permitted to submit under a different license), as
    Indicated in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including
    all personal information I submit with it, including my
    sign-off) is maintained indefinitely and may be redistributed
    consistent with this project or the open source license(s)
    involved.

Signed-off-by: nick gill <nick.gilliosipescu@gmail.com>
@aldeed aldeed self-requested a review May 1, 2020 01:19
Copy link
Contributor

@aldeed aldeed left a comment

Choose a reason for hiding this comment

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

@gizmoGremlin To pass DCO check, you need to use --signoff option on every git commit in your branch. If you check out this branch and run the following, I think that should fix this PR:

git reset --soft HEAD~5
git commit --signoff -m "chore: delete extra comment in Address.js"
git push --force

@spencern spencern closed this Oct 19, 2020
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.

Remove comments on Address.js
4 participants