Skip to content

Commit e91f8db

Browse files
authored
update templates (#234)
1 parent 0eb82e0 commit e91f8db

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Bug Report
22
description: Create a report if something doesn't work quite right.
3-
labels: ["bug", "needs triage"]
3+
labels: ["needs triage"]
4+
type: "Bug"
45

56
body:
67
- type: markdown
78
attributes:
89
value: |
910
Thanks for taking the time to fill out this bug report!
10-
Please do not post usage questions here. Ask them on the [PyPSA mailing list](https://groups.google.com/forum/#!forum/pypsa).
11+
Please do not post usage questions here. Ask them on the [PyPSA Discord server](https://discord.gg/AnuJBk23FU).
1112
1213
- type: checkboxes
1314
id: checks

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Discord Server
3+
- name: PyPSA Discord server
44
url: https://discord.gg/AnuJBk23FU
5-
about: To discuss with other PyPSA users, organise projects, share news, and get in touch with the community.
6-
7-
- name: PyPSA Mailing List
8-
url: https://groups.google.com/forum/#!forum/pypsa
95
about: Please ask and answer general usage questions here.
10-
11-
- name: Stackoverflow
12-
url: https://stackoverflow.com/questions/tagged/pypsa
13-
about: Please ask and answer code-related questions here.

.github/ISSUE_TEMPLATE/documentation_improvement.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Documentation Improvement
22
description: Report wrong or missing documentation
3-
labels: ["documentation", "needs triage"]
3+
labels: ["needs triage"]
4+
type: 'Docs'
45

56
body:
67
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
name: Feature Request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ["feature", "needs triage"]
5+
labels: ["needs triage"]
6+
type: 'Feature'
67
assignees: ''
78

89
---
910

11+
<!-- Please do not post usage questions here. Ask them on the PyPSA Discord server: https://discord.gg/AnuJBk23FU -->
12+
1013
## Describe the feature you'd like to see
1114

1215
*Please give a clear and concise description and provide context why the feature would be useful.*

0 commit comments

Comments
 (0)