mirror of
https://github.com/nushell/nushell.git
synced 2025-06-10 03:56:49 +02:00
Correct use-facing
to user-facing
in CONTRIBUTING.md (#15761)
# Description Simple missed `r`, but wanted to exercise the PR flow while I'm ramping up.
This commit is contained in:
parent
ff79959fdf
commit
505cc014ac
@ -31,7 +31,7 @@ The review process can be summarized as follows:
|
|||||||
1. You want to make some change to Nushell that is more involved than simple bug-fixing.
|
1. You want to make some change to Nushell that is more involved than simple bug-fixing.
|
||||||
2. Go to [Discord](https://discordapp.com/invite/NtAbbGn) or a [GitHub issue](https://github.com/nushell/nushell/issues/new/choose) and chat with some core team members and/or other contributors about it.
|
2. Go to [Discord](https://discordapp.com/invite/NtAbbGn) or a [GitHub issue](https://github.com/nushell/nushell/issues/new/choose) and chat with some core team members and/or other contributors about it.
|
||||||
3. After getting a green light from the core team, implement the feature, open a pull request (PR) and write a concise but comprehensive description of the change.
|
3. After getting a green light from the core team, implement the feature, open a pull request (PR) and write a concise but comprehensive description of the change.
|
||||||
4. If your PR includes any use-facing features (such as adding a flag to a command), clearly list them in the PR description.
|
4. If your PR includes any user-facing features (such as adding a flag to a command), clearly list them in the PR description.
|
||||||
5. Then, core team members and other regular contributors will review the PR and suggest changes.
|
5. Then, core team members and other regular contributors will review the PR and suggest changes.
|
||||||
6. When we all agree, the PR will be merged.
|
6. When we all agree, the PR will be merged.
|
||||||
7. If your PR includes any user-facing features, make sure the changes are also reflected in [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged.
|
7. If your PR includes any user-facing features, make sure the changes are also reflected in [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user