Skip to content

Commit 7b3ec56

Browse files
committed
add .github folder
1 parent 9630715 commit 7b3ec56

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

.github/bug-report.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug/issue
3+
labels: [needs-triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Hello! :sparkles: Here you can write the issue related to the problems that have occurred in any packages, especially originzero flow-runtime.
9+
If you want to discuss that issue more detailed then you’ll get the fastest response by asking in [github discussions](https://github.com/originzero-io/originzero/discussions) or our [discord server](https://discord.gg/uRJUjWvH).
10+
You can also search our [discussion page](https://github.com/originzero-io/originzero/discussions) to see if your problem has already been reported and you can add more context, or see if someone else has already solved your issue.
11+
12+
To help us understand the issue, please fill-in as much of the following information as you can:
13+
14+
- type: textarea
15+
attributes:
16+
label: Environment
17+
description: Please tell us about your environment.
18+
value: |
19+
- Platform/OS:
20+
- Node.js version:
21+
- npm version:
22+
- Typescript version:
23+
- Browser:
24+
- Originzero version:
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: Bug Description
31+
description: A clear & concise description of what the bug is.
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Steps To Reproduce
38+
description: Steps to reproduce the behavior.
39+
placeholder: |
40+
1. Go to '...'
41+
2. Click on '....'
42+
3. Scroll down to '....'
43+
4. See error
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
attributes:
49+
label: Expected Behavior
50+
description: A clear & concise description of what you expected to happen.
51+
placeholder: As a user, I expected ___ behavior, but instead I am seeing ___
52+
validations:
53+
required: false
54+
55+
- type: textarea
56+
attributes:
57+
label: Screenshots or Videos
58+
description: |
59+
If applicable, add screenshots or a video to help explain your problem.
60+
Supported image/file types and file size limits- https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files
61+
placeholder: Drag your video or image files inside of this editor

.github/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🤔 Feature Requests & Questions
4+
url: https://github.com/originzero-io/originzero/discussions
5+
about: Please ask and answer questions in the discussions section

.github/feature_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ⭐️ Feature Request
2+
description: Suggest a new feature or idea for originzero low-code automation tool
3+
labels: feature request
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Please describe the feature that you want to propose
9+
description: A clear and concise description of what you want to happen.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)