Skip to content

Commit

Permalink
Fixed where contributing guidelines is pointing to, and header on ind…
Browse files Browse the repository at this point in the history
…ex.md
  • Loading branch information
annacasavant committed Nov 25, 2024
1 parent cd3ab70 commit 43d1ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thanks for opening a PR to SiennaTemplate.jl, please take note of the following when making a PR:

Check the [contributor guidelines](https://nrel-sienna.github.io/PowerSystems.jl/stable/api/developer_guidelines/)
Check the [contributor guidelines](https://nrel-sienna.github.io/SiennaTemplate.jl/stable/api/developer_guidelines/)


4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PowerSystems.jl
# SiennaTemplate.jl

```@meta
CurrentModule = SiennaTemplate
Expand All @@ -10,7 +10,7 @@ CurrentModule = SiennaTemplate

## About

`PowerSystems.jl` is part of the National Renewable Energy Laboratory's
`SiennaTemplate` is part of the National Renewable Energy Laboratory's
[Sienna ecosystem](https://www.nrel.gov/analysis/sienna.html), an open source framework for
scheduling problems and dynamic simulations for power systems. The Sienna ecosystem can be
[found on github](https://github.com/NREL-Sienna/Sienna). It contains three applications:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference/developer_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In order to contribute to `PowerSystems.jl` repository please read the following
documentation in detail:

1. [Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
2. [Contributing Guidelines](https://github.com/NREL-Sienna/PowerSystems.jl/blob/main/CONTRIBUTING.md)
2. [Contributing Guidelines](https://github.com/NREL-Sienna/SiennaTemplate.jl/blob/main/CONTRIBUTING.md)

Pull requests are always welcome to fix bugs or add additional modeling capabilities.

Expand Down

0 comments on commit 43d1ac3

Please sign in to comment.