You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To find the name you've given NREL/WAVES again, you can simply run the following to display
68
+
To find the name you've given NatLabRockies/WAVES again, you can simply run the following to display
69
69
all of the remote sources you're tracking.
70
70
71
71
```bash
@@ -78,7 +78,7 @@ inevitably arise in development work.
78
78
git fetch --all
79
79
```
80
80
81
-
4. Sync the upstream (NREL) changes
81
+
4. Sync the upstream (NLR) changes
82
82
83
83
```bash
84
84
# If there was a new release this will need to be updated
@@ -101,10 +101,10 @@ inevitably arise in development work.
101
101
## Issue Tracking
102
102
103
103
New feature requests, changes, enhancements, non-methodology features, and bug reports can be filed
104
-
as new issues in the [Github.com issue tracker](https://github.com/NREL/WAVES/issues) at any time.
104
+
as new issues in the [Github.com issue tracker](https://github.com/NatLabRockies/WAVES/issues) at any time.
105
105
Please be sure to fully describe the issue.
106
106
107
-
For other issues, please email rob.hammond@nrel.gov.
107
+
For other issues, please email rob.hammond@nlr.gov.
108
108
109
109
### Issue Submission Checklist
110
110
@@ -123,7 +123,7 @@ For other issues, please email rob.hammond@nrel.gov.
123
123
124
124
## Repository
125
125
126
-
The WAVES repository is hosted on Github, and located here: http://github.com/NREL/WAVES
126
+
The WAVES repository is hosted on Github, and located here: http://github.com/NatLabRockies/WAVES
127
127
128
128
This repository is organized using a modified git-flow system. Branches are organized as follows:
129
129
@@ -138,8 +138,8 @@ To work on a feature, please fork WAVES first and then create a feature branch i
138
138
Work out of this feature branch before submitting a pull request.
139
139
Be sure to periodically synchronize the upstream develop branch into your feature branch to avoid conflicts in the pull request.
140
140
141
-
When your branch is ready, make a pull request to NREL/WAVES through the
142
-
[GitHub web interface](https://github.com/NREL/WAVES/pulls).
141
+
When your branch is ready, make a pull request to NatLabRockies/WAVES through the
142
+
[GitHub web interface](https://github.com/NatLabRockies/WAVES/pulls).
143
143
144
144
## Coding Style
145
145
@@ -281,5 +281,5 @@ over time, regardless of who the core developers are.
281
281
```
282
282
283
283
- Deploying a Package to PyPi
284
-
- The repository is equipped with a github action to build and publish new versions to PyPI. A maintainer can invoke this workflow by pushing a tag to the NREL/WAVES repository with prefix "v", such as "v1.2.3".
284
+
- The repository is equipped with a github action to build and publish new versions to PyPI. A maintainer can invoke this workflow by pushing a tag to the NatLabRockies/WAVES repository with prefix "v", such as "v1.2.3".
285
285
- The action is defined in `.github/workflows/tags-to-pypi.yml`.
0 commit comments