stack-overflow-copy-paste icon indicating copy to clipboard operation
stack-overflow-copy-paste copied to clipboard

Change linebreaks

Open DeuceX opened this issue 9 years ago • 4 comments

DeuceX avatar Mar 24 '16 10:03 DeuceX

Current coverage is 100.00%

Merging #20 into master will not affect coverage as of 936887f

@@            master     #20   diff @@
======================================
  Files            7       7       
  Stmts           26      26       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit             26      26       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 936887f

Powered by Codecov. Updated on successful CI builds.

codecov-io avatar Mar 24 '16 10:03 codecov-io

Hi @DeuceX! Thanks for giving it a try! What specifically do you need help with? If you see the Files tab here you'll see that you've added a bunch of files in the .idea directory which (as I'm sure you're aware) comes from a Jetbrains editor (like Webstorm or IntelliJ). I recommend you add this to your .gitignore_global file:

.idea/

This would prevent any Jetbrains .idea directories from being added in the future. After you've done this, you'll have to explicitly remove this from the branch on your fork using the command:

git rm .idea/

Then go ahead and commit the removal of that file and push those changes to your fork.

Once you've done that, feel free to let me know what you'd like to work on and I can help you out :-)

kentcdodds avatar Mar 24 '16 15:03 kentcdodds

@kentcdodds thanks a lot!

DeuceX avatar Mar 25 '16 11:03 DeuceX

Once you've updated your PR be sure to let me know (GitHub wont tell me when you've pushed changes to it).

kentcdodds avatar Mar 25 '16 18:03 kentcdodds