Skip to content

Commit

Permalink
Repo moved to GitHub org 'futureverse'
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 24, 2024
1 parent fd0990d commit b8a8bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Contributing to the 'parallelly' package

This Git repository uses the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model (the [`git flow`](https://github.com/petervanderdoes/gitflow-avh) extension is useful for this). The [`develop`](https://github.com/futureverse/parallelly/tree/develop) branch contains the latest contributions and other code that will appear in the next release, and the [`master`](https://github.com/HenrikBengtsson/parallelly) branch contains the code of the latest release, which is exactly what is currently on [CRAN](https://cran.r-project.org/package=parallelly).
This Git repository uses the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model (the [`git flow`](https://github.com/petervanderdoes/gitflow-avh) extension is useful for this). The [`develop`](https://github.com/futureverse/parallelly/tree/develop) branch contains the latest contributions and other code that will appear in the next release, and the [`master`](https://github.com/futureverse/parallelly) branch contains the code of the latest release, which is exactly what is currently on [CRAN](https://cran.r-project.org/package=parallelly).

Contributing to this package is easy. Just send a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your PR, make sure `develop` is the destination branch on the [parallelly repository](https://github.com/HenrikBengtsson/parallelly). Your PR should pass `R CMD check --as-cran`, which will also be checked by <a href="https://github.com/futureverse/parallelly/actions?query=workflow%3AR-CMD-check">GitHub Actions</a> and when the PR is submitted.
Contributing to this package is easy. Just send a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your PR, make sure `develop` is the destination branch on the [parallelly repository](https://github.com/futureverse/parallelly). Your PR should pass `R CMD check --as-cran`, which will also be checked by <a href="https://github.com/futureverse/parallelly/actions?query=workflow%3AR-CMD-check">GitHub Actions</a> and when the PR is submitted.

We abide to the [Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) of Contributor Covenant.
4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ url: https://parallelly.futureverse.org
home:
links:
- text: Roadmap/Milestones
href: https://github.com/HenrikBengtsson/parallelly/milestones
href: https://github.com/futureverse/parallelly/milestones
- text: The Futureverse Project
href: https://www.futureverse.org/
- text: Futureverse User Forum
href: https://github.com/HenrikBengtsson/future/discussions
href: https://github.com/futureverse/future/discussions

navbar:
structure:
Expand Down

0 comments on commit b8a8bcc

Please sign in to comment.