-
Notifications
You must be signed in to change notification settings - Fork 43
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
Eduardo
committed
Sep 10, 2021
1 parent
34eac7e
commit 9e29c5c
Showing
1 changed file
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contributing to Solid | ||
|
||
Thanks for taking the time to help us build Solid 🎉 | ||
|
||
The most important part of our test suite is the directory `test/cases`. | ||
Inside `test/cases/` we have `input.liquid` files that are tested against Solid and against the Liquid gem. | ||
|
||
Whenever possible we want to include a new test case that covers the new feature that was added or bug that has been fixed. So if it makes sense please include a new test case or change an existing one that makes sense. |