Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Copyright (c) 2023, Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3)
Copyright (c) 2024, Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3)
All rights reserved.

Lead Developers:
- Johannes Hiry
- Chris Kittl
- Debopama Sen-Sarma
- Thomas Oberließen
- Daniel Feismann
- Johannes Bao
- Sebastian Peter

Main Contributers:
- Johannes Hiry - https://github.com/johanneshiry
Expand All @@ -20,3 +24,8 @@ Main Contributers:
- Marius Staudt - https://github.com/staudtMarius
- Lara Roumeliotis - https://github.com/lararou
- Vicky Bung - https://github.com/vickybung1
- Daniel Feismann - https://github.com/danielfeismann
- Johannes Bao - https://github.com/jo-bao
- Julian Hohmann - https://github.com/julianhohmann
- Simon Huette - https://github.com/SimonHuette
- Pierre Petersmeier - http://github.com/pierrepetersmeier
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With this document we would like to give you some orientation on how you can con
## Testing and reporting bugs
We really appreciate your usage of this project.
Whenever you find a bug, it would be nice to check, if this isn't a feature to us. :wink:
You may find extensive information about the intended behaviour when you [Read the Docs](https://powersystemdatamodel.readthedocs.io/en/latest/) or within the [javadoc](https://ie3-institute.github.io/PowerSystemDataModel/javadoc/).
You may find extensive information about the intended behaviour when you [Read the Docs](https://powersystemdatamodel.readthedocs.io/en/latest/).
If you still think it's a bug, please raise an [issue](https://guides.github.com/features/issues/) for us.
Considering the following aspects in your inquiry, assists us in helping you:

Expand Down Expand Up @@ -51,7 +51,6 @@ In order to maintain a consistent project, we thought of some general design gui

* We :heart: **immutability**. Therefore, please don't provide setters and use proper instantiation instead.
* `double a = b * pow(x, j)`? :hand: Please **be expressive** in what you code!
* Document your code with **javadoc**.

### Testing
Ensure the proper function of your code by [test driven development (TDD)](https://www.guru99.com/test-driven-development.html).
Expand All @@ -67,9 +66,6 @@ Before marking the pull request as 'ready to review', take these precautionary a
`gradle finalizePR` summarizes all of these steps .

## For any doubts
... please contact
* Johannes (@johanneshiry),
* Debopama (@sensarmad) or
* Chris (@ckittl)
... please contact [us](AUTHORS)

We are happy to help! :smiley: