-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: harmonize templates * chore: fix reuse compliance
- Loading branch information
Showing
4 changed files
with
80 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# SPDX-FileCopyrightText: 2021 The Atlite Authors | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
name: Bug Report | ||
description: Create a report if something doesn't work quite right. | ||
labels: ["type: bug"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Please do not post usage questions here. Ask them on the | ||
[PyPSA mailing list](https://groups.google.com/forum/#!forum/pypsa). | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Version Checks (indicate both or one) | ||
options: | ||
- label: > | ||
I have confirmed this bug exists on the lastest | ||
[release](https://github.com/pypsa/atlite/releases) of Atlite. | ||
- label: > | ||
I have confirmed this bug exists on the current | ||
[`master`](https://github.com/pypsa/atlite/tree/master) branch of Atlite. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Issue Description | ||
description: > | ||
Please provide a description of the issue. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example | ||
attributes: | ||
label: Reproducible Example | ||
description: > | ||
Please provide a minimal, copy-pastable example. | ||
placeholder: > | ||
import atlite | ||
... | ||
render: python | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: > | ||
Please describe or show a code example of the expected behavior. | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Installed Versions | ||
description: > | ||
Please share information on your environment. Paste the output below. For conda ``conda env export`` and for pip ``pip freeze``. | ||
value: > | ||
<details> | ||
Replace this line. | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters