Update README.md and CONTRIBUTING.md: repoman -> pkgcheck.
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2022-09-20 15:21:09 +02:00
parent a32ea7e351
commit bc586e02a9
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 11 additions and 5 deletions

View file

@ -42,9 +42,9 @@ If you find a bug in an ebuild, encounter a build error or would like me to add
## Contributing
I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`repoman`](https://wiki.gentoo.org/wiki/Repoman). Run the following command and fix warnings and errors:
I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following command and fix warnings and errors:
repoman -x -p
pkgcheck scan --net .
## Maintainers