Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhsathiya authored Dec 5, 2023
1 parent ab0492b commit b9fa471
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.]

0 comments on commit b9fa471

Please sign in to comment.