-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links for GitHub org transfer (#88)
* Update links for GitHub org transfer * Update link to Code of Conduct * Update demo.ipynb
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ❓ Usage question | ||
url: https://github.com/pangeo-data/xbatcher/discussions | ||
url: https://github.com/xarray-contrib/xbatcher/discussions | ||
about: | | ||
Ask questions and discuss with other community members here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
All contributors and maintainers must abide by the [Pangeo Code of Conduct](https://github.com/pangeo-data/governance/blob/master/conduct/code_of_conduct.md). | ||
All contributors and maintainers must abide by the [xarray-contrib organization Code of Conduct](https://github.com/xarray-contrib/.github/blob/main/CODE_OF_CONDUCT.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Bug reports and feature requests | |
================================ | ||
|
||
To report bugs or request new features, head over to the `xbatcher repository | ||
<https://github.com/pangeo-data/xbatcher/issues>`_. | ||
<https://github.com/xarray-contrib/xbatcher/issues>`_. | ||
|
||
Contributing code | ||
================== | ||
|
@@ -30,12 +30,12 @@ Forking | |
------- | ||
|
||
You will need your own fork to work on the code. Go to the `xbatcher project | ||
page <https://github.com/pangeo-data/xbatcher>`_ and hit the ``Fork`` button. | ||
page <https://github.com/xarray-contrib/xbatcher>`_ and hit the ``Fork`` button. | ||
You will need to clone your fork to your machine:: | ||
|
||
git clone [email protected]:yourusername/xbatcher.git | ||
cd xbatcher | ||
git remote add upstream [email protected]:pangeo-data/xbatcher.git | ||
git remote add upstream [email protected]:xarray-contrib/xbatcher.git | ||
|
||
This creates the directory ``xbatcher`` and connects your repository to | ||
the upstream (main project) *xbatcher* repository. | ||
|
@@ -245,4 +245,4 @@ Continuous integration is done with `GitHub Actions <https://docs.github.com/en/ | |
|
||
There is currently 1 workflow configured: | ||
|
||
- `main.yaml <https://github.com/pangeo-data/xbatcher/blob/main/.github/workflows/main.yaml>`_ - Run test suite with pytest. | ||
- `main.yaml <https://github.com/xarray-contrib/xbatcher/blob/main/.github/workflows/main.yaml>`_ - Run test suite with pytest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
LICENSE = 'Apache' | ||
AUTHOR = 'xbatcher Developers' | ||
AUTHOR_EMAIL = '[email protected]' | ||
URL = 'https://github.com/pangeo-data/xbatcher' | ||
URL = 'https://github.com/xarray-contrib/xbatcher' | ||
CLASSIFIERS = [ | ||
'Development Status :: 4 - Beta', | ||
'License :: OSI Approved :: Apache Software License', | ||
|