contributing: fix spelling and links

This commit is contained in:
Maciej Barć 2020-09-28 14:23:31 +02:00
parent 1f65ee76fc
commit bb979fe5ef
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -109,7 +109,7 @@ touch metadata.xml
touch package-name-package-version.ebuild touch package-name-package-version.ebuild
``` ```
Now edit the ebuild and metadata files accordingly. Now edit the ebuild and metadata files accordingly.
[https://devmanual.gentoo.org/](For ebuild developemnt details look here) [For ebuild developemnt details look here](https://devmanual.gentoo.org/)
#### Tests #### Tests
If a package's upstream has tests don't forget to enable them. If a package's upstream has tests don't forget to enable them.
@ -123,7 +123,7 @@ echo 'FEATURES="${FEATURES} test"' >> make.conf
``` ```
And then, as root And then, as root
```bash ```bash
echo "categroy/package-name test" >> /etc/portage/package.use/development-tests echo "category/package-name test" >> /etc/portage/package.use/development-tests
``` ```
##### Ebuild testing ##### Ebuild testing
@ -150,9 +150,9 @@ Adjust the "type" and "organization-or-user/package" accordingly.
#### Installation #### Installation
If the (system wide) repository is set up correctly you should be able to just emerge the package you added right away If the (system wide) repository is set up correctly you should be able to just emerge the package you added right away
```bash ```bash
emegre --ask --verbose --jobs=1 --quiet-build=n categroy/package-name emegre --ask --verbose --jobs=1 --quiet-build=n category/package-name
``` ```
#### Git #### Git
Follow the rules described in "Submitting Merge Requests" section. Follow the rules described in ["Submitting Merge Requests"](#submitting-merge-requests-1) section.
GPG signing is not required but encouraged. Gentoo Wiki provides a great example [https://wiki.gentoo.org/wiki/Project:Infrastructure/Generating_GLEP_63_based_OpenPGP_keys](how to create a strong key). GPG signing is not required but encouraged. Gentoo Wiki provides a great example [how to create a strong key](https://wiki.gentoo.org/wiki/Project:Infrastructure/Generating_GLEP_63_based_OpenPGP_keys).