Browse Source

Merge pull request #9007 from salim-b/patch-1

chore: improve GitHub issue templates
pull/9028/head
navi 5 months ago committed by GitHub
parent
commit
f9432a7662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 23
      .github/ISSUE_TEMPLATE/--bug-report.yaml
  2. 18
      .github/ISSUE_TEMPLATE/--feature-request.yaml

23
.github/ISSUE_TEMPLATE/--bug-report.yaml

@ -1,25 +1,25 @@
name: 🐛 Bug Report name: 🐛 Bug Report
description: Create a bug report to help improve NocoDB description: Report a bug in NocoDB
title: "🐛 Bug: " title: "🐛 Bug: "
labels: [Type : Bug] labels: [Type : Bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to fill out this feature request report! Thank you for taking the time to fill out this bug report! ❤
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Please confirm if bug report does NOT exist already ? label: Please confirm that the bug report does ***not*** already exist
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your bug description: We kindly ask you [to search the open issues](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) and ensure the bug has not already been reported before.
options: options:
- label: I confirm there is no existing issue for this - label: I confirm there is no existing issue for this bug.
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce ? label: Steps to reproduce
description: A clear and concise steps on how to reproduce the issue. More details the better. description: A clear and concise example on how to reproduce the issue. Please make sure to provide all relevant technical details.
validations: validations:
required: true required: true
@ -33,9 +33,10 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Project Details label: Project Details
description: Click on top left icon and click `Copy Project Info`. (See [YouTube video](https://www.youtube.com/watch?v=AUSNN-RCwhE) or [Docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-)) description: Click on <kbd>…</kbd> button next to a base in the NocoDB sidebar on the left and select <kbd>Copy Base Info</kbd> (see the [docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-) for details) and paste the result below.
placeholder: | placeholder: |
or provide the following info Or manually fill in following info:
``` ```
NocoDB used as docker : true / false NocoDB used as docker : true / false
NocoDB version : NocoDB version :
@ -52,8 +53,8 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Attachments label: Attachments
description: Add any relevant attachment here description: Add relevant attachments here.
placeholder: | placeholder: |
> Drag & drop relevant image or videos Drag & drop relevant images or videos here.
validations: validations:
required: false required: false

18
.github/ISSUE_TEMPLATE/--feature-request.yaml

@ -6,33 +6,33 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to fill out this feature request report! Thank you for taking the time to fill out this feature request report!
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Please confirm if feature request does NOT exist already ? label: Please confirm that the feature request does ***not*** already exist
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your feature description: We kindly ask you [to search the open issues](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) and ensure the feature has not already been requested before.
options: options:
- label: I confirm there is no existing issue for this - label: I confirm there is no existing issue for this feature request.
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Describe the usecase for the feature label: Use case
description: A clear and concise description of the feature you're interested in. description: Describe the use case for the requested feature. A clear and concise description of the end result you're interested in.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Suggested Solution label: Suggested solution
description: Describe the solution you'd like. A clear and concise description of what you want to happen. description: Describe the solution you'd like. A clear and concise description of what you want to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional Context label: Additional context
description: Add any other context about the problem here. description: Add more context about the problem the requested feature intends to solve.
validations: validations:
required: false required: false

Loading…
Cancel
Save