pypsa-eur/.github/pull_request_template.md
Fabian Neumann e8e0833e3a
Document nearly all data sources in doc/data_sources.rst (#1284)
* initial data-sources page

* continue with data sources

* continue with data sources

* finalize data sources documentation

* correct DIW link
2024-09-12 09:43:55 +02:00

15 lines
571 B
Markdown

Closes # (if applicable).
## Changes proposed in this Pull Request
## Checklist
- [ ] I tested my contribution locally and it works as intended.
- [ ] Code and workflow changes are sufficiently documented.
- [ ] Changed dependencies are added to `envs/environment.yaml`.
- [ ] Changes in configuration options are added in `config/config.default.yaml`.
- [ ] Changes in configuration options are documented in `doc/configtables/*.csv`.
- [ ] Sources of newly added data are documented in `doc/data_sources.rst`.
- [ ] A release note `doc/release_notes.rst` is added.