-
Notifications
You must be signed in to change notification settings - Fork 274
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
Issue Templates #108
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
.github/ISSUE_TEMPLATE/bug_report.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
docs/security.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.