mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 21:25:24 +00:00
Add link to community, add labels, remove weird template type.
This commit is contained in:
parent
0fb12b22e0
commit
54d1479678
4 changed files with 30 additions and 72 deletions
.gitlab/issue_templates
|
@ -1,24 +1,23 @@
|
|||
## Quick Information
|
||||
<!-- This is to help replicate the issue as closely as possible !-->
|
||||
- **Operating System:**
|
||||
- **Browser:** Chrome / Firefox / Edge / Safari <!-- Delete as appropriate !-->
|
||||
- **Deployment Type:** baserow.io / docker / cloudron / ubuntu with supervisor / heroku / other <!-- Delete as appropriate !-->
|
||||
- **Baserow Version:** Develop / 1.4 / 1.3 / 1.2 etc <!-- Delete as appropriate !-->
|
||||
<!-- If you have a question about Baserow please post it on the community forum
|
||||
https://community.baserow.io/ !-->
|
||||
|
||||
## What Happened?
|
||||
<!-- A brief description of what happened when you tried to perform an action !-->
|
||||
## Describe the problem
|
||||
<!-- A brief description of the bug !-->
|
||||
|
||||
## Expected result
|
||||
<!-- What should have happened when you performed the actions !-->
|
||||
|
||||
## Steps to reproduce
|
||||
### Steps to reproduce
|
||||
<!-- List the steps required to produce the error. These should be as few as possible. A python test case demonstrating the issue would be amazing also !-->
|
||||
|
||||
## Screenshots
|
||||
<!-- Any relevant screenshots or gifs which show the issue !-->
|
||||
### Actual result
|
||||
<!-- What currently happens in Baserow !-->
|
||||
|
||||
## Priority/Severity
|
||||
<!-- Delete as appropriate. The priority and severity assigned may be different to this !-->
|
||||
- [ ] High (anything that impacts the normal user flow or blocks Baserow usage)
|
||||
- [ ] Medium (anything that negatively affects the user experience)
|
||||
- [ ] Low (anything else e.g., typos, missing icons, layout issues, etc.)
|
||||
### Expected result
|
||||
<!-- What you expect to happen instead !-->
|
||||
|
||||
### Environment
|
||||
<!-- Please tell us how you are using Baserow to help us reproduce the bug, feel free to delete entirely if not relevant !-->
|
||||
- **Operating System:** Windows/Ubuntu/Mac/etc. <!-- Delete / add as appropriate !-->
|
||||
- **Web Browser:** Chrome / Firefox / Edge / Safari <!-- Delete / add as appropriate !-->
|
||||
- **Deployment Type:** baserow.io / docker / cloudron / ubuntu with supervisor / heroku / other <!-- Delete / add as appropriate !-->
|
||||
- **Baserow Version:** Develop / 1.8 / 1.7 / 1.6 etc <!-- Delete / add as appropriate !-->
|
||||
|
||||
/label ~"issue::needs feedback" ~issue::bug
|
|
@ -1,23 +0,0 @@
|
|||
## Summary
|
||||
<!-- Outline the issue being faced, and why this needs to change !-->
|
||||
|
||||
## Area of the system
|
||||
<!-- This might only be one part, but may involve multiple sections !-->
|
||||
|
||||
## How does this currently work?
|
||||
<!-- The current feature and any associated information !-->
|
||||
|
||||
## What is the desired way of working?
|
||||
<!-- After the change, how should the feature work? !-->
|
||||
|
||||
## UI/UX Design Required
|
||||
<!-- Delete as appropriate. Please estimate how much UI and UX design work is required. !-->
|
||||
- [ ] Substantial (This involves the creation of entirely new pages, layouts, many new components which don't exist in the [style guide](baserow.io/style-guide))
|
||||
- [ ] Some (Mainly involves re-use or duplication of existing UI components with minimal customization)
|
||||
- [ ] None (No UI/UX work required for this feature)
|
||||
|
||||
## Priority/Severity
|
||||
<!-- Delete as appropriate. The priority and severity assigned may be different to this !-->
|
||||
- [ ] High (This will bring a huge increase in performance/productivity/usability, or is a legislative requirement)
|
||||
- [ ] Medium (This will bring a good increase in performance/productivity/usability)
|
||||
- [ ] Low (anything else e.g., trivial, minor improvements)
|
6
.gitlab/issue_templates/Default.md
Normal file
6
.gitlab/issue_templates/Default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!-- If you have a question about Baserow please post it on the community forum
|
||||
https://community.baserow.io/ !-->
|
||||
|
||||
<!-- Please choose a type of issue from the issue templates dropdown above !-->
|
||||
|
||||
/label ~"issue::needs feedback"
|
|
@ -1,36 +1,12 @@
|
|||
## Problem Statement
|
||||
<!-- What is the issue being faced and needs addressing? !-->
|
||||
<!-- If you have a question, want to brainstorm or have a vague idea then post on the
|
||||
https://community.baserow.io/ to get feedback first. Once you have a concrete feature
|
||||
idea then feel free to use this template to make a Feature Request issue. !-->
|
||||
|
||||
## Who will benefit?
|
||||
<!-- Will this fix a problem that only one user has, or will it benefit a lot of people !-->
|
||||
|
||||
## Benefits and risks
|
||||
<!--
|
||||
What benefits does this bring?
|
||||
- enables useful new workflows and use cases for baserow
|
||||
- improved performance, usability etc
|
||||
- reduced support issues
|
||||
|
||||
What risks might this introduce?
|
||||
- potential security or data privacy issues
|
||||
- increased user or technical complexity
|
||||
- performance implications
|
||||
!-->
|
||||
|
||||
## Proposed solution
|
||||
<!-- How would you like to see this issue resolved? !-->
|
||||
## Feature description
|
||||
<!-- What is the desired new feature !-->
|
||||
|
||||
## Examples
|
||||
<!-- Are there any examples of this which exist in other software? !-->
|
||||
|
||||
## UI/UX Design Required
|
||||
<!-- Delete as appropriate. Please estimate how much UI and UX design work is required. !-->
|
||||
- [ ] Substantial (This involves the creation of entirely new pages, layouts, many new components which don't exist in the [style guide](baserow.io/style-guide))
|
||||
- [ ] Some (Mainly involves re-use or duplication of existing UI components with minimal customization)
|
||||
- [ ] None (No UI/UX work required for this feature)
|
||||
/label ~"issue::needs feedback" ~"issue::feature request"
|
||||
|
||||
## Priority/Severity
|
||||
<!-- Delete as appropriate. The priority and severity assigned may be different to this !-->
|
||||
- [ ] High (This will bring a huge increase in performance/productivity/usability/legislative cover)
|
||||
- [ ] Medium (This will bring a good increase in performance/productivity/usability)
|
||||
- [ ] Low (anything else e.g., trivial, minor improvements)
|
||||
|
|
Loading…
Add table
Reference in a new issue