mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
chore: updated issue templates
This commit is contained in:
parent
5271e1ea2a
commit
8b63e72443
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a bug encountered while using bench
|
||||
labels: bug
|
||||
---
|
||||
|
||||
Issue: Bug report
|
||||
|
||||
**Do the checklist before filing an issue:**
|
||||
- [ ] Can you replicate the issue?
|
||||
- [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
|
||||
|
||||
**Describe the bug** :chart_with_downwards_trend:
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce** :page_with_curl:
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior** :chart_with_upwards_trend:
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots** :crystal_ball:
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**OS (please complete the following information):** :cyclone:
|
||||
- [ ] Linux: `distro:version`
|
||||
- [ ] macOS: `version`
|
||||
- [ ] Windows `version`
|
||||
- [ ] Others? `haros:distro:version`
|
||||
|
||||
**Version Information**
|
||||
|
||||
Can be found out by running `bench version` in your respective bench folder
|
||||
|
||||
- Bench Branch: `master` _(Only master is supported)_
|
||||
- Frappe Version:
|
||||
- ERPNext Version:
|
||||
|
||||
**Additional context** :page_facing_up:
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Possible Solution** :bookmark_tabs:
|
||||
Any idea what might be causing the issue. Or if you have a proposed solution to the problem.
|
68
.github/ISSUE_TEMPLATE/bug_report.md
vendored
68
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,68 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
Issue: Bug report
|
||||
|
||||
Our project, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
||||
|
||||
**Do the checklist before filing an issue:**
|
||||
- [ ] Have a usage question? Ask your question on [Discuss Forum](https://discuss.erpnext.com). We use [Discuss Forum](https://discuss.erpnext.com) for usage question and GitHub for bugs.
|
||||
- [ ] Can you replicate the issue?
|
||||
- [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
|
||||
|
||||
**Describe the bug** :chart_with_downwards_trend:
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce** :page_with_curl:
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior** :chart_with_upwards_trend:
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots** :crystal_ball:
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):** :cyclone:
|
||||
- OS:
|
||||
- [ ] Linux
|
||||
- [ ] macOS
|
||||
- [ ] Windows
|
||||
- [ ] Others? Please mention:
|
||||
- Browser:
|
||||
- [ ] Safari
|
||||
- [ ] Chrome
|
||||
- [ ] Firefox
|
||||
- [ ] Other? Please mention:
|
||||
|
||||
**Smartphone (please complete the following information):** :iphone: :computer:
|
||||
- Device:
|
||||
- [ ] iPhone
|
||||
- [ ] Android
|
||||
- Browser:
|
||||
- [ ] Safari
|
||||
- [ ] Chrome
|
||||
- [ ] Firefox
|
||||
- [ ] Other? Please mention:
|
||||
|
||||
**Version Information**
|
||||
- Which branch are you on?
|
||||
- [ ] `master` :star2:
|
||||
- [ ] `develop` :fire:
|
||||
- Frappe Version:
|
||||
- ERPNext Version:
|
||||
|
||||
**Additional context** :page_facing_up:
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Possible Solution** :bookmark_tabs:
|
||||
Any idea what might be causing the issue. Or if you have a proposed solution to the problem,
|
||||
|
||||
**Please don't be intimidated by the long list of options you've fill. Try to fill out as much as you can. Remember, the more the information the easier it is for us to replicate and fix the issue** :grin:
|
||||
|
43
.github/ISSUE_TEMPLATE/easy-install.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/easy-install.md
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
name: Easy Install
|
||||
about: Report a issue encountered or a suggestion for improving experience while using easy install to setup a "Bench + Frappe + ERPNext" environment
|
||||
labels: easy-install
|
||||
---
|
||||
|
||||
Issue: Easy Install
|
||||
|
||||
**Do the checklist before filing an issue:**
|
||||
- [ ] Did you retain the logfile (path of logfile is shared while the script is run)? We definitely **need** the logfile to debug any easy install related issues.
|
||||
- [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
|
||||
|
||||
**Distro Information (Required)**
|
||||
<!--
|
||||
Paste the contents of
|
||||
1. uname -a
|
||||
2. cat /etc/*-release
|
||||
-->
|
||||
|
||||
**Command Run (Required)**
|
||||
<!--
|
||||
Knowing what was the exact command run ie which flags were used will help us narrow down the exact cause for the failure and put in a fix soon
|
||||
-->
|
||||
|
||||
**Log File (Required)**
|
||||
<!--
|
||||
Upload the logfile and share the link for the same or just paste it directly (hopefully the last 50 lines should do)
|
||||
-->
|
||||
|
||||
**Screenshots**
|
||||
<!--
|
||||
Optional: Screenshot of the runtime of the script
|
||||
-->
|
||||
|
||||
**Additional context**
|
||||
<!--
|
||||
We need all the information we can get our hands on
|
||||
-->
|
||||
|
||||
**Possible Solution**
|
||||
<!--
|
||||
Any idea what might be causing the issue. Or if you have a proposed solution to the problem?
|
||||
-->
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
||||
label: feature-request
|
||||
---
|
||||
|
||||
Issue: Feature Request
|
19
.github/ISSUE_TEMPLATE/questions-about-using-bench.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/questions-about-using-bench.md
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Question about using Bench/Frappe/Frappe Apps
|
||||
about: This is not the appropriate channel
|
||||
labels: invalid
|
||||
---
|
||||
|
||||
Please post on our forums:
|
||||
|
||||
for questions about using `bench`, probably the best place to start is the [bench repo](https://github.com/frappe/bench) or [bench intro](https://frappe.io/bench) or [bench docs](https://frappe.io/docs/bench)
|
||||
|
||||
for questions about using the `Frappe Framework`: ~~https://discuss.frappe.io~~ => [stackoverflow](https://stackoverflow.com/questions/tagged/frappe) tagged under `frappe`
|
||||
|
||||
for questions about using `ERPNext`: https://discuss.erpnext.com
|
||||
|
||||
For documentation issues, use the [Frappe Framework Documentation](https://frappe.io/docs/user/en) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet)
|
||||
|
||||
For a slightly outdated yet informative developer guide: https://www.youtube.com/playlist?list=PL3lFfCEoMxvzHtsZHFJ4T3n5yMM3nGJ1W
|
||||
|
||||
> **Posts that are not bug reports or feature requests will not be addressed on this issue tracker.**
|
Loading…
Reference in New Issue
Block a user