Skip to content
Open
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
19 changes: 19 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#### Description
<!-- A clear and concise description of what the issue is about. -->

#### Steps to Reproduce
<!--
Example:

1. Go to the /blobs page
2. Filter by rollup
3. Click on element X
-->

#### Expected Results
<!-- Example: No error is throw -->

#### Actual Results
<!-- Example: Error is thrown -->
Comment on lines +13 to +17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Expected Results
<!-- Example: No error is throw -->
#### Actual Results
<!-- Example: Error is thrown -->
#### Acceptance Criteria

I think we could remove the current results because it would be redundant with the "description" of the issue and step to reproduce

I suggested Acceptance Criteria as it's normally used in tickets: Acceptance criteria foster clear communication and help define expectations. They outline the specific conditions a feature or user story must meet to be truly complete


#### Screenshots (if appropriate)
Loading