docs: tweak wording in README and CONTRIBUTING

This commit is contained in:
ClementTsang 2021-10-17 21:44:19 -04:00
parent ea0c7b49b7
commit a9b808334c
2 changed files with 11 additions and 9 deletions

View File

@ -15,14 +15,15 @@ Please use the [feature request template](https://github.com/ClementTsang/bottom
## Pull requests ## Pull requests
The expected workflow for a pull request is: If you want to directly contribute documentation changes or code, follow this! The expected workflow for a pull request is:
1. Fork the project. 1. Fork the project.
2. Make your changes. 2. Make your changes locally.
3. Make any documentation changes if necessary - if you add a new feature, it'll probably need documentation changes. See [here](./documentation.md) for tips on documentation. - If you're making a documentation change, you may want to read [this page](https://clementtsang.github.io/bottom/nightly/contribution/documentation/), especially if you're touching mkdocs pages.
4. Commit and create a pull request to merge into the `master` branch. **Please follow the pull request template**. - If you add a new feature, it'll probably also need documentation changes - again, see [this page](https://clementtsang.github.io/bottom/nightly/contribution/documentation/).
5. Wait for the tests to pass. These consist of clippy lints, rustfmt checks, and basic tests. **If you are a first time contributor, you may need to skip this step for now, as GitHub Actions requires approval to run.** 3. Commit and create a pull request to merge into the `master` branch. **Please follow the pull request template**.
6. Ask a maintainer to review your pull request. If changes are suggested or any comments are made, they should probably be addressed. Once it looks good, it'll be merged! 4. Wait for the tests to pass. These consist of clippy lints, rustfmt checks, and basic tests. **If you are a first time contributor, skip to the next step for now, as GitHub Actions requires approval to run.**
5. Ask a maintainer to review your pull request. If changes are suggested or any comments are made, they should probably be addressed. Once it looks good, it'll be merged!
## Further reading ## Further reading

View File

@ -244,12 +244,13 @@ More details on configuration can be found [in the documentation](https://clemen
## Contribution ## Contribution
Whether it's reporting problems, documentation, or code, contribution is always welcome! Please read Whether it's reporting bugs, suggesting features, maintaining packages, or submitting a PR,
[CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute to bottom. contribution is always welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to
contribute to bottom.
### Contributors ### Contributors
Thanks to all contributors ([emoji key](https://allcontributors.org/docs/en/emoji-key)): Thanks to all contributors:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->