-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
1 parent
5271e1e
commit 8b63e72
Showing
5 changed files
with
110 additions
and
69 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,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. |
This file was deleted.
Oops, something went wrong.
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,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? | ||
--> |
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/feature_request.md → .github/ISSUE_TEMPLATE/feature-request.md
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
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,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.** |