Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin Ahn committed Nov 9, 2020
1 parent c0e6ba1 commit 6986dcf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -106,12 +106,10 @@ To create a new spec:
much about finding exactly the right place, we'll sort that out during code
review.

* Create an `input.scss` or `input.sass` file that exercises your language
change.

* If you're testing successful output, create an `expected_output.css` file
with the output that should be produced. If you're testing an error, instead
create an `error` file with the expected error message.
* Following the [spec style guide][], create an `hrx` file that exercises your
language change, verifying that the change produces expected output/errors.

[spec style guide]: https://github.com/sass/sass-spec/blob/master/STYLE_GUIDE.md

* If you're adding a new language feature, it probably won't be supported by
Ruby Sass or LibSass yet. You can indicate this and keep tests passing by
Expand Down

0 comments on commit 6986dcf

Please sign in to comment.