Remove LibSass implementation steps. (#2947)

This commit is contained in:
Awjin Ahn 2020-11-11 17:13:27 -06:00 committed by GitHub
parent 5ea22f09e1
commit 3c4dc32068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,15 +84,6 @@ The process for adding a new feature works as follows:
Once these pull requests land, the feature moves to step 5.
5. The feature is eventually implemented in LibSass. Once the feature lands in
[the LibSass repo][] it moves to step 6.
[the LibSass repo]: https://github.com/sass/libsass
6. The LibSass devs mark the original issue for the feature as complete for
LibSass and close it out with a comment indicating which LibSass and Node
Sass releases will first support the feature.
## Proposal
A good feature proposal should make it possible for an average Sass user to
@ -272,12 +263,3 @@ The fast-track process works as follows:
ensure any interested parties have a chance to comment on them. After that
point, *and* after all three pull requests have been approved by reviewers,
they should be landed simultaneously.
3. The feature is eventually implemented in LibSass. Once the feature lands in
[the LibSass repo][] it moves to step 4.
[the LibSass repo]: https://github.com/sass/libsass
4. The LibSass devs mark the original issue for the feature as complete for
LibSass and close it out with a comment indicating which LibSass and Node
Sass releases will first support the feature.