Skip to content

Commit

Permalink
Merge pull request #253 from totem3/issue_templates
Browse files Browse the repository at this point in the history
Added issue templates
  • Loading branch information
goccy authored Dec 7, 2023
2 parents 8ccde28 + 03d1dc1 commit 11d48fb
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Bug Report
description: Report a bug
labels: bug
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Please provide as much info as possible.
validations:
required: true

- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true

- type: textarea
id: repro
attributes:
label: How can we reproduce it (as minimally and precisely as possible)?
validations:
required: true

- type: textarea
id: additional
attributes:
label: Anything else we need to know?

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Enhancement Tracking Issue
description: Provide supporting details for a feature in development
labels: enhancement
body:
- type: textarea
id: feature
attributes:
label: What would you like to be added?
description: |
Please describe the feature you would like added. If it is a functionality that exists in BigQuery but not in our project, provide a link that illustrates this specific feature in BigQuery
validations:
required: true

0 comments on commit 11d48fb

Please sign in to comment.