Skip to content

Commit

Permalink
Merge pull request #1025 from NREL/develop
Browse files Browse the repository at this point in the history
v3.0.0 release
  • Loading branch information
joseph-robertson authored Feb 3, 2023
2 parents bb44e6e + 5b03beb commit 51f8784
Show file tree
Hide file tree
Showing 2,368 changed files with 4,637,348 additions and 2,487,134 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

project_*/housing_characteristics/*.tsv text eol=crlf

test/housing_characteristics_*/*.tsv text eol=crlf
test/housing_characteristics_newline_character/*.tsv text eol=lf
test/tests_housing_characteristics/housing_characteristics_*/*.tsv text eol=crlf
test/tests_housing_characteristics/housing_characteristics_newline_character/*.tsv text eol=lf
17 changes: 5 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Resolves #[issue number here].

## Pull Request Description

[description here]
Expand All @@ -8,13 +6,8 @@ Resolves #[issue number here].

Not all may apply:

- [ ] Unit tests have been added or updated
- [ ] All rake tasks have been run, and pass
- [ ] Documentation has been modified appropriately
- [ ] Any new options are added to `project_testing`
- [ ] No unexpected regression test changes
- [ ] All tests are passing
- [ ] The [changelog](https://github.com/NREL/resstock/blob/develop/CHANGELOG.md) has been updated appropriately
- [ ] This branch is up-to-date with develop

For more information on how to perform these checklist items, see the documentation's [Advanced Tutorial](https://resstock.readthedocs.io/en/latest/advanced_tutorial/index.html).
- [ ] Tests (and test files) have been updated
- [ ] Documentation has been updated
- [ ] Changelog has been updated
- [ ] `openstudio tasks.rb update_measures` has been run
- [ ] No unexpected regression test changes on CI (checked comparison artifacts)
21 changes: 21 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add pull request or issue to project
on:
pull_request:
types:
- opened
- reopened
issues:
types:
- opened
- reopened
- transferred

jobs:
add-to-project:
name: Add pull request or issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/NREL/projects/38
github-token: ${{ secrets.GHB_TOKEN }}
Loading

0 comments on commit 51f8784

Please sign in to comment.