1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/.gitlab/issue_templates/Feature.md
Davide Silvestri 0cc504c026 Add templates
2025-01-28 09:33:54 +01:00

36 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/label ~"type::feature 🚀"
## Feature description
## Use cases
## Benefits
<!-- What are the benefits. -->
<!-- For whom and why. -->
## Requirements
<!-- Initial functional and non functional ones -->
## Links / References / Examples
<!-- Link to other apps to show behavior -->
---
<!-- Before starting work on the proper fix, please ensure the following: -->
---
## **User Stories**:
<!-- High-level summary. Example: “As a user, I want to … so that…” -->
## **UI Mockups / UX Notes** (if applicable):
<!-- Link to any Figma designs or sketches. -->
## **Acceptance Criteria**:
<!-- - Clear bullet points describing "done" (e.g., "User can click X and see Y"). They should cover all the requirements based on the UI mockups in a way that is easier to test for the reviewer. -->
## **Out of scope**
<!-- - Everything that was considered but wont be included in this issue. This may include whether it will be resolved in another issue (with a link to this one) or if the decision was made not to address it (ideally with the reason why). -->
## **Implementation Approach**:
<!-- - Outline possible solutions or highlight potential complexities. -->