mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
Some proof-reading work (#359)
This commit is contained in:
parent
6f97012821
commit
8905ea2cef
@ -11,7 +11,7 @@ All contributors are expected to follow our [Code of Conduct].
|
|||||||
## Bug reports
|
## Bug reports
|
||||||
|
|
||||||
We can't fix what we don't know about, so please report problems liberally. This
|
We can't fix what we don't know about, so please report problems liberally. This
|
||||||
includes problems with understanding the documentation, unhelpful error messages
|
includes problems with understanding the documentation, unhelpful error messages,
|
||||||
and unexpected behavior.
|
and unexpected behavior.
|
||||||
|
|
||||||
Opening an issue is as easy as following [this link][new-issues] and filling out
|
Opening an issue is as easy as following [this link][new-issues] and filling out
|
||||||
@ -33,7 +33,7 @@ happened instead. Please use https://gist.github.com/ if your examples run long.
|
|||||||
|
|
||||||
## Feature requests
|
## Feature requests
|
||||||
|
|
||||||
Please feel free to open a issue or to send a pr.
|
Please feel free to open an issue or to send a pr.
|
||||||
|
|
||||||
## Working on issues
|
## Working on issues
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ adding labels to triage issues:
|
|||||||
an issue is **C-feature-request**, but is not **Feature accepted**,
|
an issue is **C-feature-request**, but is not **Feature accepted**,
|
||||||
then it was not thoroughly discussed, and might need some additional design
|
then it was not thoroughly discussed, and might need some additional design
|
||||||
or perhaps should be implemented as an external subcommand first. Ping
|
or perhaps should be implemented as an external subcommand first. Ping
|
||||||
@swc-projcet/swc if you want to send a PR for such issue.
|
@swc-projcet/swc if you want to send a PR for an such issue.
|
||||||
|
|
||||||
* Green, **E**-prefixed labels explain the level of **experience** or
|
* Green, **E**-prefixed labels explain the level of **experience** or
|
||||||
**effort** necessary to fix the issue. [**E-mentor**][E-mentor] issues also
|
**effort** necessary to fix the issue. [**E-mentor**][E-mentor] issues also
|
||||||
@ -136,7 +136,7 @@ adding labels to triage issues:
|
|||||||
|
|
||||||
* Orange, **P**-prefixed labels indicate a bug's **priority**.
|
* Orange, **P**-prefixed labels indicate a bug's **priority**.
|
||||||
|
|
||||||
* Ligth orange, **L**-prefixed labels indicate language related to the bug.
|
* Light orange, **L**-prefixed labels indicate language related to the bug.
|
||||||
|
|
||||||
|
|
||||||
[gist]: https://gist.github.com/
|
[gist]: https://gist.github.com/
|
||||||
@ -147,4 +147,4 @@ adding labels to triage issues:
|
|||||||
[gitter]: https://gitter.im/swcproject/Lobby
|
[gitter]: https://gitter.im/swcproject/Lobby
|
||||||
[`tesitng/lib.rs`]: https://github.com/swc-project/swc/blob/master/testing/src/lib.rs
|
[`tesitng/lib.rs`]: https://github.com/swc-project/swc/blob/master/testing/src/lib.rs
|
||||||
[irlo]: https://internals.rust-lang.org/
|
[irlo]: https://internals.rust-lang.org/
|
||||||
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
|
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
|
||||||
|
Loading…
Reference in New Issue
Block a user