From 8b63e72443b4364fca1da0ca3adfd6689f972fdd Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Thu, 16 Jan 2020 14:22:29 +0530 Subject: [PATCH] chore: updated issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 47 +++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 68 ------------------- .github/ISSUE_TEMPLATE/easy-install.md | 43 ++++++++++++ ...{feature_request.md => feature-request.md} | 2 +- .../questions-about-using-bench.md | 19 ++++++ 5 files changed, 110 insertions(+), 69 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/easy-install.md rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (96%) create mode 100644 .github/ISSUE_TEMPLATE/questions-about-using-bench.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..dbe2664f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index aa3a104e..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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: - diff --git a/.github/ISSUE_TEMPLATE/easy-install.md b/.github/ISSUE_TEMPLATE/easy-install.md new file mode 100644 index 00000000..6a067cf8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/easy-install.md @@ -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)** + + +**Command Run (Required)** + + +**Log File (Required)** + + +**Screenshots** + + +**Additional context** + + +**Possible Solution** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 96% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index e09e5e95..d72fbd91 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project - +label: feature-request --- Issue: Feature Request diff --git a/.github/ISSUE_TEMPLATE/questions-about-using-bench.md b/.github/ISSUE_TEMPLATE/questions-about-using-bench.md new file mode 100644 index 00000000..27942a06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions-about-using-bench.md @@ -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.** \ No newline at end of file