Skip to content

Commit 8706444

Browse files
authoredAug 19, 2024
Merge pull request #13 from Quantum3-Labs/template
Feat: Add issue/PR template
2 parents cce0caa + cdb5d3d commit 8706444

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎.github/issue_template.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Issue Overview
2+
3+
Provide a brief summary of the issue, including the motivation for addressing it, the problems it presents, and any features required to resolve it.
4+
5+
## Proposed Solutions or Ideas
6+
7+
Outline your proposed solution or share any ideas you have for discussing or resolving the issue.

‎.github/pull_request_template.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Task name here
2+
3+
Fixes #relevant-issue-here
4+
5+
## Types of change
6+
7+
- [ ] Bug
8+
- [ ] Enhancement
9+
10+
## Comments (optional)

0 commit comments

Comments
 (0)