-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3246766
commit 60eb604
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Test track | ||
|
||
_Before_ launching your track (meaning, the `"active"` key is still `false` in the track's `config.json`), it is important the track is tested. | ||
This will help find (common) errors and allows them to be fixed _before_ the track is launched, which means that students won't ever encounter them. | ||
|
||
## How to enable the track for testing | ||
|
||
To enable the track for testing, it needs to be added to our database, which is something only site admins can do. | ||
Please open a topic on the forum requesting this at: https://forum.exercism.org/c/exercism/building-exercism/125. | ||
|
||
Note that adding the track to the database will _not_ launch the track, but it _will_ make it accessible on the website for maintainer users. | ||
|
||
## How to find testers | ||
|
||
The ideal users to test the track are other track maintainers, as they: | ||
|
||
- Have experience building a track (and thus know what should have been built) | ||
- Are able to access track's that are not yet active | ||
|
||
To get maintainers to test your track, open a topic on the forum requesting this at: https://forum.exercism.org/c/exercism/building-exercism/125. |