diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index dce478566..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - -### Overview of the problem - -**Buefy** version: [X.X.X] -**Vuejs** version: [X.X.X] -**OS/Browser**: - -### Description - - - -### Steps to reproduce - - - -### Expected behavior - - - -### Actual behavior - - diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..58a1f30de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Create a report to help us improve Buefy +labels: bug +--- + + + + + +### Overview of the problem + +**Buefy** version: [X.X.X] +**Vuejs** version: [X.X.X] +**OS/Browser**: + +### Description + + + +### Steps to reproduce + + + +### Expected behavior + + + +### Actual behavior + + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..54366683a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea to improve Buefy +labels: feature request +--- + + + + + +### Description + + + +### Why Buefy need this feature + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..329ec2fc0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ + + +Fixes # + + +## Proposed Changes + +- +- +-