Skip to content

Commit

Permalink
chore: updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jan 16, 2020
1 parent 5271e1e commit 8b63e72
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 69 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.
68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/easy-install.md
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?
-->
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project

label: feature-request
---

Issue: Feature Request
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/questions-about-using-bench.md
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.**

0 comments on commit 8b63e72

Please sign in to comment.