Skip to content

Commit 28f04b9

Browse files
committed
Updated issue templates
1 parent 79437d7 commit 28f04b9

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
4+
labels: bug
5+
assignees: ''
56
---
67

78
<!-- Please fulfill the table below-->
8-
| Python Version | swarmlib Version |
9-
| -------------- | --------------- |
10-
| | |
9+
| Python Version | swarmlib Version | OS |
10+
| -------------- | ---------------- | -- |
11+
| | | |
1112

1213
# Description
1314
<!-- Please add a brief description of the error you are receiving here.-->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
4+
labels: enhancement
5+
assignees: ''
56
---
67

78
**Is your feature request related to a problem? Please describe.**

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Pull Request Template
3+
about: Create a pull request to resolve an issue
4+
assignees: 'HaaLeo'
5+
---
6+
7+
# Summary
8+
<!-- Please give a brief summary about what changes with this pull request -->
9+
10+
# Changes
11+
<!-- List detailed changes here as bullets -->
12+
*
13+
14+
# Related Issues
15+
<!-- Mention the issue this PR relates to. E.g.: Fixes #1 -->

0 commit comments

Comments
 (0)