diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8d0ed83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### ⛔ What happened? + +- + +### 🎯 Reproduction Steps + + +- + +### 💡 Expected Behavior / Solution + + +- diff --git a/.github/ISSUE_TEMPLATE/feature-refactoring-request.md b/.github/ISSUE_TEMPLATE/feature-refactoring-request.md new file mode 100644 index 0000000..91f733c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-refactoring-request.md @@ -0,0 +1,18 @@ +--- +name: Feature/Refactoring request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +### 🔍 Description + + +- + +### ⏰ Implementation Idea + + +- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..79c3a18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +### 🔗 Related Issue + + +- + +### ⌨️ What I did + + +-