-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
This issue tracker is only for issues related to Frappe-Manager. Please use https://github.com/rtcamp/frappe-manager/discussions for support questions. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Run command '...' | ||
2. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**System information (please complete the following information):** | ||
- [ ] `fm --version` | ||
- [ ] `lsb_release -a` | ||
- [ ] `docker version` | ||
- [ ] `docker-compose version` or `docker compose version` | ||
|
||
**Attach log** | ||
Please attach logs from `~/frappe/logs/fm.log` for faster resolution. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
[Describe the feature you are requesting. Be as detailed as possible about what you would like to see added or improved in the project.] | ||
|
||
**Use Case** | ||
[Explain the specific use cases or scenarios where this feature would be beneficial or necessary.] | ||
|
||
**Expected Behavior** | ||
[Describe the expected behavior or outcome if this feature were implemented.] | ||
|
||
**Current Behavior (if applicable)** | ||
[Explain the current behavior or limitations of the project related to this feature request, if applicable.] | ||
|
||
**Possible Solution** | ||
[If you have any ideas or suggestions on how this feature could be implemented, please share them here.] | ||
|
||
**Additional Context** | ||
[Provide any additional context, information, or examples that might be helpful in understanding or implementing this feature.] | ||
|
||
**Related Issues/Pull Requests** | ||
[If applicable, list any related issues or pull requests that might be relevant to this feature request.] |