[ARVADOS] updated: 2.1.0-1625-g4da934291
Git user
git at public.arvados.org
Tue Nov 16 21:57:14 UTC 2021
Summary of changes:
AUTHORS | 3 ++-
CONTRIBUTING.md | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
via 4da9342911fe66e526079d48dfaccbe0f0e396d8 (commit)
via 5d04b15c92633b926456766f88cd8c6eccdc5fc9 (commit)
from 153d9954cbe21a0e98bf5cf364898e2bc10fcabd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4da9342911fe66e526079d48dfaccbe0f0e396d8
Merge: 153d9954c 5d04b15c9
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Nov 16 16:56:16 2021 -0500
Merge branch 'kinow/contributing'
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit 5d04b15c92633b926456766f88cd8c6eccdc5fc9
Author: Bruno P. Kinoshita <kinow at users.noreply.github.com>
Date: Tue Nov 16 11:04:03 2021 +1300
Update CONTRIBUTING.md
Arvados-DCO-1.1-Signed-off-by: Bruno P. Kinoshita <brunodepaulak at yahoo.com.br>
diff --git a/AUTHORS b/AUTHORS
index 93bdb37dc..b8b75518f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -20,4 +20,5 @@ Chen Chen <aflyhorse at gmail.com>
Veritas Genetics, Inc. <*@veritasgenetics.com>
Curii Corporation, Inc. <*@curii.com>
Dante Tsang <dante at dantetsang.com>
-Codex Genetics Ltd <info at codexgenetics.com>
\ No newline at end of file
+Codex Genetics Ltd <info at codexgenetics.com>
+Bruno P. Kinoshita <brunodepaulak at yahoo.com.br>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 39483ce62..3376311e5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,19 +14,19 @@ hear about Arvados success stories.
Those interested in contributing should begin by joining the [Arvados community
channel](https://gitter.im/arvados/community) and telling us about your interest.
-Contributers should also create an account at https://dev.arvados.org
+Contributors should also create an account at https://dev.arvados.org
to be able to create and comment on bug tracker issues. The
Arvados public bug tracker is located at
https://dev.arvados.org/projects/arvados/issues .
-Contributers may also be interested in the [development road map](https://dev.arvados.org/issues/gantt?utf8=%E2%9C%93&set_filter=1&gantt=1&f%5B%5D=project_id&op%5Bproject_id%5D=%3D&v%5Bproject_id%5D%5B%5D=49&f%5B%5D=&zoom=1).
+Contributors may also be interested in the [development road map](https://dev.arvados.org/issues/gantt?utf8=%E2%9C%93&set_filter=1&gantt=1&f%5B%5D=project_id&op%5Bproject_id%5D=%3D&v%5Bproject_id%5D%5B%5D=49&f%5B%5D=&zoom=1).
# Development
Git repositories for primary development are located at
https://git.arvados.org/ and can also be browsed at
https://dev.arvados.org/projects/arvados/repository . Every push to
-the master branch is also mirrored to Github at
+the main branch is also mirrored to Github at
https://github.com/arvados/arvados .
Visit [Hacking Arvados](https://dev.arvados.org/projects/arvados/wiki/Hacking) for
@@ -46,12 +46,12 @@ This is the general contribution process:
2. Clone your fork, make your changes, commit to your fork.
3. Every commit message must have a DCO sign-off and every file must have a SPDX license (see below).
4. Add yourself to the [AUTHORS](AUTHORS) file
-5. When your fork is ready, through Github, Create a Pull Request against `arvados:master`
+5. When your fork is ready, through Github, Create a Pull Request against `arvados:main`
6. Notify the core team about your pull request through the [Arvados development
channel](https://gitter.im/arvados/development) or by other means.
7. A member of the core team will review the pull request. They may have questions or comments, or request changes.
8. When the contribution is ready, a member of the core team will
-merge the pull request into the master branch, which will
+merge the pull request into the main branch, which will
automatically resolve the pull request.
The Arvados project does not require a contributor agreement in advance, but does require each commit message include a [Developer Certificate of Origin](https://dev.arvados.org/projects/arvados/wiki/Developer_Certificate_Of_Origin). Please ensure *every git commit message* includes `Arvados-DCO-1.1-Signed-off-by`. If you have already made commits without it, fix them with `git commit --amend` or `git rebase`.
@@ -68,7 +68,7 @@ New files must also include `SPDX-License-Identifier` at the top with one of the
Continuous integration is hosted at https://ci.arvados.org/
-Currently, external contributers cannot trigger builds. We are investigating integration with Github pull requests for the future.
+Currently, external contributors cannot trigger builds. We are investigating integration with Github pull requests for the future.
[![Build Status](https://ci.arvados.org/buildStatus/icon?job=run-tests)](https://ci.arvados.org/job/run-tests/)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list