Skip to content

Issue Templates #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2023
Merged
Show file tree
Hide file tree
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
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🐞 Bug Report
description: File a new bug report
title: '[Bug]: <title>'
labels: [bug, needs triage]
body:
- type: checkboxes
attributes:
label: 'Is there an existing issue for this?'
description: 'Please [search the issues](https://github.com/lowcoder-org/lowcoder) to check if this bug has already been reported.'
options:
- label: 'I have searched the existing issues'
required: true
- type: textarea
attributes:
label: 'Current Behavior'
description: 'Describe the problem you are experiencing. Screenshots are welcome.'
validations:
required: true
- type: textarea
attributes:
label: 'Expected Behavior'
description: 'Describe what you expect to happen instead.'
validations:
required: true
- type: textarea
attributes:
label: 'Steps to reproduce'
description: |
Please provide a the _concise_ set of actions to reproduce the issue. Providing these steps is essential to fix the bug quickly.
validations:
required: true
- type: textarea
attributes:
label: 'Environment'
description: 'Please provide the information about your environment. E.g. operating system, what version of Lowcoder are you running etc.'
validations:
required: false
- type: textarea
attributes:
label: Additional Information
description: Any relevant links or references that will help us resolve the bug.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 💬 Help on Discord
url: https://discord.gg/yw4y4bkZUy
about: Get help from other Lowcoders on the official Discord.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 💡 Feature request
about: Suggest an idea for this project
title: "[Feat]:"
labels: enhancement
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
> **Note**
> Lowcoder continues from the abandoned Openblocks project. For more information [read our manifesto](MANIFESTO.md).

<div align="center">
<h1 style="border-bottom: none">
<b>Lowcoder</b><br />
The Open Source Retool Alternative
</h1>
<p>
Build internal tools fast, with no limitations
</p>
<h1 style="border-bottom: none; margin-bottom: 0">Lowcoder</h1>
<h3 style="margin-top: 0">The Open Source Retool Alternative</h3>
<p>
Build internal tools fast, with no limitations
</p>
</div>

> **Note**
> Lowcoder continues from the abandoned Openblocks project. For more information read our [manifesto](MANIFESTO.md).

<img src="/docs/.gitbook/assets/Bu2fpz1h01.gif"/>

## 📢 Use Lowcoder in 3 steps
1. Connect to any data sources or APIs.
2. Build UI with 50+ components.
3. Share with colleagues and customers.

## 💡 Why Lowcoder
It's cumbersome to create a single app. You had to design user interfaces, write code in multiple languages and frameworks, and understand how all of that code works together.

Expand Down
11 changes: 5 additions & 6 deletions docs/security.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Security
# Reporting Security Issues

## Does Lowcoder store my data?
If you believe you have found a security vulnerability in Lowcoder, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly address the problem.

No, Lowcoder doesn't store any data returned from your APIs or database queries.
Please contact any of the following maintainers directly:

Lowcoder only serves as a proxy between client side and your data sources. When you query your APIs or databases, Lowcoder server connects to the data source with your credentials, forwards the request, and returns the result data to the browser. During the whole process, Lowcoder doesn't store any data from your requests or responses.

Lowcoder also provides a self-hosted version. You can deploy self-hosted Lowcoder images on your own device, on-premise deployment ensures you have total control over your resources and that your data is securely stored.
* [Jan Richter](mailto:falnyr@gmail.com)
* [Ludovit Mikula](mailto:ludovit.mikula@mikori.sk)