You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

90 lines
2.6 KiB

  1. name: Bug Report
  2. description: Report a bug encountered while using InfluxERP
  3. labels: ["bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Welcome to InfluxERP issue tracker! Before creating an issue, please heed the following:
  9. 1. This tracker should only be used to report bugs and request features / enhancements to InfluxERP
  10. - For questions and general support, checkout the [user manual](https://docs.influxerp.com/) or use [forum](https://discuss.influxerp.com)
  11. - For documentation issues, propose edit on [documentation site](https://docs.influxerp.com/) directly.
  12. 2. When making a bug report, make sure you provide all required information. The easier it is for
  13. maintainers to reproduce, the faster it'll be fixed.
  14. 3. If you think you know what the reason for the bug is, share it with us. Maybe put in a PR 😉
  15. - type: textarea
  16. id: bug-info
  17. attributes:
  18. label: Information about bug
  19. description: Also tell us, what did you expect to happen?
  20. placeholder: Please provide as much information as possible.
  21. validations:
  22. required: true
  23. - type: dropdown
  24. id: module
  25. attributes:
  26. label: Module
  27. description: Select affected module of InfluxERP.
  28. multiple: true
  29. options:
  30. - accounts
  31. - stock
  32. - buying
  33. - selling
  34. - ecommerce
  35. - manufacturing
  36. - HR
  37. - projects
  38. - support
  39. - CRM
  40. - assets
  41. - integrations
  42. - quality
  43. - regional
  44. - portal
  45. - agriculture
  46. - education
  47. - non-profit
  48. - other
  49. validations:
  50. required: true
  51. - type: textarea
  52. id: exact-version
  53. attributes:
  54. label: Version
  55. description: Share exact version number of InfluxERP and InfluxERP you are using.
  56. placeholder: |
  57. InfluxERP version -
  58. InfluxERP Verion -
  59. validations:
  60. required: true
  61. - type: dropdown
  62. id: install-method
  63. attributes:
  64. label: Installation method
  65. options:
  66. - docker
  67. - easy-install
  68. - manual install
  69. - FrappeCloud
  70. validations:
  71. required: false
  72. - type: textarea
  73. id: logs
  74. attributes:
  75. label: Relevant log output / Stack trace / Full Error Message.
  76. description: Please copy and paste any relevant log output. This will be automatically formatted.
  77. render: shell
  78. - type: markdown
  79. attributes:
  80. value: |
  81. By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/solution/influxerp/blob/develop/CODE_OF_CONDUCT.md)