Skip to content

Commit

Permalink
Merge branch 'develop' into feature/tests_continiuous_trafo_ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 authored Jul 24, 2024
2 parents d008051 + de22036 commit b3057f9
Show file tree
Hide file tree
Showing 449 changed files with 93,071 additions and 39,556 deletions.
10 changes: 0 additions & 10 deletions .coveragerc

This file was deleted.

7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/blank_template.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Blank template
description: Template for issues that are no bug report or feature request
title: 'YOUR TITLE'
labels:
labels: []

body:
- type: checkboxes
Expand All @@ -20,13 +20,12 @@ body:
id: description
attributes:
label: Issue
description: >
description: Describe your issue.

placeholder: >
validations:
required: true
- type: checkboxes
id: checks
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ body:
validations:
required: true
- type: checkboxes
id: checks
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ contact_links:
# about: Please ask and answer questions here.
# - name: GitHub Security Bug Bounty
# url: https://bounty.github.com/
# about: Please report security vulnerabilities here.
# about: Please report security vulnerabilities here.
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- label: >
Browse the repository, [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for already existing functionalities
- type: checkboxes
id: checks
id: feature_checks
attributes:
label: Feature Type
description: Please check what type of feature request you would like to propose.
Expand All @@ -34,7 +34,6 @@ body:
label: Problem Description
description: >
Please describe what problem the feature would solve.
placeholder: >
validations:
required: true
- type: textarea
Expand All @@ -43,8 +42,6 @@ body:
label: Feature Description
description: >
Please describe how the new feature would be implemented.
placeholder: >
validations:
required: true
- type: textarea
Expand All @@ -55,7 +52,7 @@ body:
Please provide any relevant GitHub issues, code examples or references that help describe and support
the feature request.
- type: checkboxes
id: checks
id: label_checks
attributes:
label: Label
description: Choose `labels` at the right side (e.g. `bug`, `controller`, `OPF`...).
Expand Down
Loading

0 comments on commit b3057f9

Please sign in to comment.