-
-
Notifications
You must be signed in to change notification settings - Fork 162
Conversation
Very cool! Would you look through the contributing guide so we get all the pieces in place? https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#new-problems |
Glad you think it's cool! Sorry I hadn't seen the contributing guide before you linked it - I took a look, added the slug to config.json and ran configlet in my local /xjavascript directory. I assumed that meant the CI build would pass, but perhaps I'm missing something? |
Configlet is complaining about the following:
Also, There are a couple more things that have to be done:
|
This is still failing the build because I'm used to testing with testem and |
Yay, a check mark. Super sorry for missing some of the key elements in contributing, and thanks for the help. Hopefully the bases are covered now but let me know if not. |
❤️ green build! This is looking great. The last bit of cleanup is to delete the README.md, since that will be provided by the API via the x-common metadata stuff. Would you also mind squashing the commits once you've made the final change? (If that's intimidating let me know and I'll walk you through it) http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request |
added slug to config.json renamed solutions to examples module.exports removed README.md two-bucket submission
Sweet! So I think I squashed at least somewhat correctly (see: lindslev@3301d63) and now suspect I need to make a pull request from that new branch (thought I had to make a new branch to rebase), but thought I'd check with you before doing that. Let me know if that's what I need to do! |
That looks excellent. You don't need to make a new PR, you can update this one by using
That will make your github master be exactly what is on the local two-bucket branch. Afterwards, (when this is merged) you'll probably want to reset your master to whatever is on the upstream master: To check if you have the remote set:
It will have two lines with
It could be named anything, but Then, to reset everything do this:
|
Alright, I followed those instructions, and I believe we're good! Thanks a ton for the mini git lesson :). |
Perfect! Thanks for your patience ❤️ |
And thank you! 👍 :) |
I've loved solving exercisms so I decided to write a brainteasing one myself!