From 7cb7eb2dfda946696b1dab0042a9af3e01133208 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:34:18 +0200 Subject: [PATCH] feat: Add issue and pr templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/general.md | 14 ++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/general.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..55a8c2d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +Issue tracker is **ONLY** used for reporting bugs. + +New features should be discussed in the [discussions](https://github.com/bcakmakoglu/vue-flow/discussions). + +# Title + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md new file mode 100644 index 00000000..9ce09ecd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/general.md @@ -0,0 +1,14 @@ +# Title + + +## What's changed? + + +- +- +- + +## Fixes + + +- #issue