diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-09-22 09:22:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 09:22:58 +0300 |
commit | b2ff03d410ec8704d94174c1393c5f7d6287b760 (patch) | |
tree | 51f9ee6eb8f6774f6d6479fd6b4b446270314d73 /README.md | |
parent | Fix remark-lint issues (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index d74b173..58895eb 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ upstream versions. Please report any issues rearding that. Make sure you are familiar with how to write and how to format ebuilds and ebuild repositories. The Gentoo's official and up-to-date guide can be found [here](https://devmanual.gentoo.org/ebuild-writing/index.html). +In addition, to make a good PR that will surely get accepted, I recommend +reading [this](https://wiki.gentoo.org/wiki/GitHub_Pull_Requests). Example workflow could look like this (commented out are actions that you perform outside of your shell): |