mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
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
This commit is contained in:
parent
94e44a6fb1
commit
d4eec14e11
3 changed files with 79 additions and 0 deletions
44
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
44
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
name: 🐜 Bug report
|
||||
about: If something isn't working 🔧
|
||||
labels: 'bug, needs triage'
|
||||
---
|
||||
|
||||
### Version Information
|
||||
|
||||
### Environment
|
||||
<!--
|
||||
ToolJet Cloud / Docker / Linux / MacOS ...
|
||||
-->
|
||||
|
||||
### What is the expected behavior?
|
||||
<!--
|
||||
Provide a clear description of what you want to happen.
|
||||
-->
|
||||
|
||||
### What is the current behavior?
|
||||
<!--
|
||||
Provide a clear description of what is the current behavior.
|
||||
-->
|
||||
|
||||
### How to reproduce the issue?
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Screenshots or Screencast
|
||||
<!--
|
||||
Providing relevent Screenshots/ Screencasts would help us to debug the issue quickly.
|
||||
-->
|
||||
|
||||
### 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?
|
||||
30
.github/ISSUE_TEMPLATE/02-feature_request.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/02-feature_request.md
vendored
Normal file
|
|
@ -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?
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what the problem is.
|
||||
For example, "I'm always frustrated when..."
|
||||
-->
|
||||
|
||||
(Write your answer here.)
|
||||
|
||||
### Describe the solution you'd like
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what you want to happen.
|
||||
-->
|
||||
|
||||
(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?
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -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. 🏥
|
||||
Loading…
Reference in a new issue