docs: link to a Gerrit tutorial for contributors

I've already updated the wiki pages, so the onboarding guide is
"correct", but a bit verbose. Let's just try to make the contributor
experience streamlined a wee bit.

Let's also use a GitHub PR template so that people are aware of Gerrit.

Change-Id: I44fb095f14396c7ba49494c32b6215f6a29ade2b
This commit is contained in:
Jan Kundrát
2020-08-31 23:03:07 +02:00
parent e0e9ebde28
commit f6c2da24cd
2 changed files with 9 additions and 1 deletions

7
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,7 @@
# Thanks for contributing to GNPy
If it isn't much trouble, please send your contribution as patches to our Gerrit.
Here's [how to submit patches](https://review.gerrithub.io/Documentation/intro-gerrit-walkthrough-github.html), and here's a [list of stuff we are currently working on](https://review.gerrithub.io/p/Telecominfraproject/oopt-gnpy/+/dashboard/main:main).
Just sign in via your existing GitHub account.
However, if you feel more comfortable with filing GitHub PRs, we can work with that too.

View File

@@ -143,7 +143,8 @@ To get involved, please contact Jan Kundrát
See the `Onboarding Guide
<https://github.com/Telecominfraproject/gnpy/wiki/Onboarding-Guide>`_ for
specific details on code contributions.
specific details on code contributions, or just `upload patches to our Gerrit
<https://review.gerrithub.io/Documentation/intro-gerrit-walkthrough-github.html>`_.
See `AUTHORS.rst <AUTHORS.rst>`_ for past and present contributors.