Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: Report a reproducible bug in Press
title: "[Bug]: "
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Welcome to Agent issue tracker! Before creating an issue, please heed the following:

1. This tracker should only be used to report bugs and request features / enhancements to Press Agent
- For questions and general support, checkout the [user manual](https://docs.frappe.io/cloud/introduction) or use [forum](https://discuss.frappe.io/c/frappe-cloud/77)
2. When making a bug report, make sure you provide all required information. The easier it is for
maintainers to reproduce, the faster it'll be fixed.
3. Search the existing issues to avoid creating duplicates.

- type: textarea
id: bug-info
attributes:
label: Information about bug
description: Also tell us, what did you expect to happen?
placeholder: Please provide as much information as possible.
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant log output / Stack trace / Full Error Message.
description: Please copy and paste any relevant log output. This will be automatically formatted.
render: shell
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Forum
url: https://discuss.frappe.io/c/frappe-cloud/77
about: For general QnA, discussions and community help.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature Request
description: Propose an enhancement or new capability
title: "[Enhancement]: "
labels: ["enhancement"]

body:
- type: textarea
id: problem
attributes:
label: Problem Statement
validations:
required: true

- type: textarea
id: proposal
attributes:
label: Proposed Solution
descriptions:
Describe the solution you would like to see implemented.
placeholder: A clear and concise description of what you want to happen.