Skip to content

Commit 07194c0

Browse files
authored
Merge pull request #647 from BDonnot/bd_dev
adding contributing.md and code of conduct [skip ci]
2 parents a9e6e38 + b77f318 commit 07194c0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Next release
7777
instead of raising a warning.
7878
- [FIXED] some issue with gym_compat module for "newest" version of
7979
gymnasium (1.0.0)
80+
- [FIXED] github ci (v1 and v2 artifact are now deprecated)
81+
- [ADDED] a code of conduct from github
82+
- [ADDED] a "CONTRIBUTING.md" files (instead of having contribution instructions
83+
in the readme)
84+
- [ADDED] numpy 2 support (now that pandapower allows it)
8085
- [IMPROVED] error message when forecasts are not correctly set-up
8186

8287
[1.10.3] - 2024-07-12

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ For example, the "getting started" notebooks referenced some pages of the help.
262262

263263
## Contributing
264264

265+
Please consult the "CONTRIBUTING.md" file for extra information. This is a summary and
266+
in case of conflicting instructions, follow the one given in the `CONTRIBUTING.md` file
267+
and discard these ones.
268+
269+
265270
We welcome contributions from everyone. They can take the form of pull requests for smaller changed.
266271
In case of a major change (or if you have a doubt on what is "a small change"), please open an issue first
267272
to discuss what you would like to change.

0 commit comments

Comments
 (0)