From d4eec14e1167b99fc4143aab3d8ea8929cf11df2 Mon Sep 17 00:00:00 2001 From: Sooraj Date: Thu, 10 Jun 2021 19:57:02 +0530 Subject: [PATCH] Add gitHub Issue templates and link to slack (#219) * issue template * Update .github/ISSUE_TEMPLATE/01_bug_report.md * Update .github/ISSUE_TEMPLATE/02-feature_request.md --- .github/ISSUE_TEMPLATE/01_bug_report.md | 44 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/02-feature_request.md | 30 +++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 3 files changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/02-feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md new file mode 100644 index 0000000000..bcc07537fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -0,0 +1,44 @@ +--- +name: 🐜 Bug report +about: If something isn't working 🔧 +labels: 'bug, needs triage' +--- + +### Version Information + +### Environment + + +### What is the expected behavior? + + +### What is the current behavior? + + +### How to reproduce the issue? + +1. +2. +3. + +### Screenshots or Screencast + + +### Please provide any traces or logs that could help here. + + +### Any possible solutions? + + +### Can you identify the location in the driver source code where the problem exists? + + +### If the bug is confirmed, would you be willing to submit a PR? diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.md b/.github/ISSUE_TEMPLATE/02-feature_request.md new file mode 100644 index 0000000000..53bf20b626 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature_request.md @@ -0,0 +1,30 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for improving ToolJet +labels: 'feature request, needs triage' + +--- + +### Is your proposal related to a problem? + + + +(Write your answer here.) + +### Describe the solution you'd like + + + +(Describe your proposed solution here.) + +### Describe alternatives you've considered + + +(Write your answer here.) + +### If the feature is approved, would you be willing to submit a PR? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..49d7642182 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Get Support from Slack Community + url: https://join.slack.com/t/tooljet/shared_invite/zt-r2neyfcw-KD1COL6t2kgVTlTtAV5rtg + about: Please ask and answer questions here. 🏥 \ No newline at end of file