Skip to content

Commit 760f305

Browse files
authored
add GH templates (#1076)
1 parent b58e00f commit 760f305

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, help wanted
6+
assignees: ''
7+
---
8+
9+
## 🐛 Bug
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### To Reproduce
14+
15+
<!-- FILL IN -->
16+
17+
### Expected behavior
18+
19+
<!-- FILL IN -->
20+
21+
### Additional context
22+
23+
<!-- Add any other context about the problem here. -->
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## 🚀 Feature
10+
11+
<!-- A clear and concise description of the feature proposal -->
12+
13+
### Motivation
14+
15+
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
16+
17+
### Additional context
18+
19+
<!-- Add any other context or screenshots about the feature request here. -->

.github/PULL_REQUEST_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What does this PR do?
2+
3+
<!--
4+
Please include a summary of the change and which issue is fixed.
5+
Please also include relevant motivation and context.
6+
List any dependencies that are required for this change.
7+
8+
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
9+
-->
10+
11+
Fixes #\<issue_number>

0 commit comments

Comments
 (0)