mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Adding links to documentation and creating issue templates
This commit is contained in:
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help improve the Local AI Package
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
A clear and concise description of the issue.
|
||||
|
||||
## Steps to Reproduce
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
## Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
A clear and concise description of what actually happened.
|
||||
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## Environment
|
||||
- OS: [e.g. Windows 10, macOS Monterey, Ubuntu 22.04]
|
||||
- Using Docker Desktop, WSL, etc.
|
||||
|
||||
## Additional Context
|
||||
Add any other context about the problem here, such as:
|
||||
- Does this happen consistently or intermittently?
|
||||
- Were there any recent changes that might be related?
|
||||
- Any workarounds you've discovered?
|
||||
|
||||
## Possible Solution
|
||||
If you have suggestions on how to fix the issue or what might be causing it.
|
||||
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: Local AI Community
|
||||
url: https://thinktank.ottomator.ai/c/local-ai/18
|
||||
about: Please ask questions and start conversations about the Local AI Package here in the oTTomator Think Tank!
|
||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for the Local AI Package
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Describe the feature you'd like and why
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## User Impact
|
||||
Who would benefit from this feature and how?
|
||||
|
||||
## Implementation Details (optional)
|
||||
Any thoughts on how this might be implemented?
|
||||
|
||||
## Additional context
|
||||
Add any other screenshots, mockups, or context about the feature request here.
|
||||
Reference in New Issue
Block a user