-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update refs: NCAR/intake-thredds -> intake/intake-thredds (#68)
- Loading branch information
1 parent
3fc0ce0
commit 814b809
Showing
8 changed files
with
49 additions
and
49 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
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 |
---|---|---|
|
@@ -21,14 +21,14 @@ Feel free to suggest improvements or changes in the workflow. | |
## Feature requests and feedback | ||
|
||
We'd also like to hear about your propositions and suggestions. Feel free to | ||
submit them as issues on [intake-thredds's GitHub issue tracker](https://github.com/NCAR/intake-thredds) and: | ||
submit them as issues on [intake-thredds's GitHub issue tracker](https://github.com/intake/intake-thredds) and: | ||
|
||
- Explain in detail how they should work. | ||
- Keep the scope as narrow as possible. This will make it easier to implement. | ||
|
||
## Report bugs | ||
|
||
Report bugs for intake-thredds in the [issue tracker](https://github.com/NCAR/intake-thredds). | ||
Report bugs for intake-thredds in the [issue tracker](https://github.com/intake/intake-thredds). | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -44,7 +44,7 @@ fix the bug itself. | |
|
||
## Fix bugs | ||
|
||
Look through the [GitHub issues for bugs](https://github.com/NCAR/intake-thredds/labels/type:%20bug). | ||
Look through the [GitHub issues for bugs](https://github.com/intake/intake-thredds/labels/type:%20bug). | ||
|
||
Talk to developers to find out how you can fix specific bugs. | ||
|
||
|
@@ -67,15 +67,15 @@ $ make docs | |
|
||
## Preparing Pull Requests | ||
|
||
1. Fork the [intake-thredds GitHub repository](https://github.com/NCAR/intake-thredds). | ||
1. Fork the [intake-thredds GitHub repository](https://github.com/intake/intake-thredds). | ||
|
||
2. Clone your fork locally using [git](https://git-scm.com/), connect your repository | ||
to the upstream (main project), and create a branch:: | ||
|
||
```bash | ||
$ git clone [email protected]:YOUR_GITHUB_USERNAME/intake-thredds.git | ||
$ cd intake-thredds | ||
$ git remote add upstream [email protected]:NCAR/intake-thredds.git | ||
$ git remote add upstream [email protected]:intake/intake-thredds.git | ||
``` | ||
|
||
now, to fix a bug or add feature create your own branch off "master": | ||
|
@@ -139,6 +139,6 @@ $ make docs | |
head-fork: YOUR_GITHUB_USERNAME/intake-thredds | ||
compare: your-branch-name | ||
|
||
base-fork: NCAR/intake-thredds | ||
base-fork: intake/intake-thredds | ||
base: master # if it's a bugfix or feature | ||
``` |
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 |
---|---|---|
|
@@ -34,11 +34,11 @@ | |
python_requires='>=3.7', | ||
maintainer='NCAR XDev Team', | ||
maintainer_email='[email protected]', | ||
url='https://github.com/NCAR/intake-thredds', | ||
url='https://github.com/intake/intake-thredds', | ||
project_urls={ | ||
'Documentation': 'https://github.com/NCAR/intake-thredds', | ||
'Source': 'https://github.com/NCAR/intake-thredds', | ||
'Tracker': 'https://github.com/NCAR/intake-thredds/issues', | ||
'Documentation': 'https://github.com/intake/intake-thredds', | ||
'Source': 'https://github.com/intake/intake-thredds', | ||
'Tracker': 'https://github.com/intake/intake-thredds/issues', | ||
}, | ||
packages=find_packages(), | ||
package_dir={'intake-thredds': 'intake-thredds'}, | ||
|