-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Ensure Bash track is ready for v2 launch #168
Comments
This all makes sense to me - I think we are already compliant with a handful of the points provided here. I'll go through it all a little closer later on and double check 🙂 |
Line 2 in 5064f47
|
Hi @jackhughesweb - thanks for the comment! I think that is deliberate, because currently the bash track isn't actually "launched". If you check out the languages page it is listed under 'upcoming'. We've got an issue #4 open to track our launch plans. We're close, but work has slowed a bit since January. Hopefully soon I'll be able to devote a little more time to this and get the final push done 🙂 |
Hey @kytrinyx - just to double check a couple of these points (I think we're close to being all good over here):
|
Under normal circumstances I think the new code would get pulled in immediately (we have webhooks listening for changes on master of the tracks). I will check with the others what's up with this.
Yepp, that's correct. |
I guess the |
@sambhav2612 Thanks! |
@kytrinyx can you please let us know what else do we need in order to get the Bash track into the new Exercism.io platform? I assumed we had everything that was needed, but looks like that's not the case. |
Why is that? I'm pretty sure all you need to do is update the |
Ah, okay, than that's great, I assumed we needed more. I'll create a PR with that, thank you. |
There are a number of things we're going to want to check before the v2 site goes live. There are notes below that flesh out all the checklist items.
TODO
)core
auto_approve: true
Track landing page
The v2 site has a landing page for each track, which should make people want to join it. If the track page is missing, ping
@kytrinyx
to get it added.Blurb
If the header of the page starts with
TODO
, then submit a pull request to https://github.com/exercism/bash/blob/master/config.json with ablurb
key. Remember to get configlet and runconfiglet fmt .
from the root of the track before submitting.About section
If the "About" section feels a bit dry, then submit a pull request to https://github.com/exercism/bash/blob/master/docs/ABOUT.md with suggested tweaks.
Formatting guidelines
In order to work well with the design of the new site, we're restricting the formatting of the
ABOUT.md
. It can use:Additionally:
<br/>
can be used to split a paragraph into lines without spacing between them, however this is discouraged.Code example
If the code example is too short or too wide or too long or too uninteresting, submit a pull request to https://github.com/exercism/ocaml/blob/master/docs/SNIPPET.txt with a suggested replacement.
Exercise metadata
Where the v1 site has a long, linear list of exercises, the v2 site has organized exercises into a small set of required exercises ("core").
If you update the track config, remember to get configlet and run
configlet fmt .
from the root of the track before submitting.Topic and difficulty
Core exercises unlock optional additional exercises, which can be filtered by topic an difficulty, however that will only work if we add topics and difficulties to the exercises in the track config, which is in https://github.com/exercism/bash/blob/master/config.json
Auto-approval
We've currently made any hello-world exercises auto-approved in the backend of v2. This means that you don't need mentor approval in order to move forward when you've completed that exercise.
Not all tracks have a hello-world, and some tracks might want to auto approve other (or additional) exercises.
Track mentors
There are no bullet points for this one :)
As we move towards the launch of the new version of Exercism we are going to be ramping up on actively recruiting people to help provide feedback. Our goal is to get to 100%: everyone who submits a solution and wants feedback should get feedback. Good feedback.
If you're interested in helping mentor the track, check out http://mentoring.exercism.io/
When all of the boxes are ticked off, please close the issue.
Tracking progress in exercism/meta#104
The text was updated successfully, but these errors were encountered: