You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Please read [CONTRINUTING.md](../../docs/CONTRIBUTING.md) before proceeding. Check if there are existing [bug reports](https://community.anytype.io/c/bug-reports/l/latest?board=default) and upvote them instead. Follow [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community.
9
+
options:
10
+
- label: I have read CONTRIBUTING.md
11
+
required: true
12
+
- label: I have searched the existing issues and didn't find any that were similar
13
+
required: true
14
+
- label: I have considered creating a pull request with fixes instead of a bug report and want to proceed
15
+
required: true
16
+
- type: textarea
17
+
attributes:
18
+
label: Current Behavior
19
+
description: A concise description of what you're experiencing.
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
attributes:
24
+
label: Expected Behavior
25
+
description: A concise description of what you expected to happen.
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Steps To Reproduce
31
+
description: Steps to reproduce the behavior.
32
+
placeholder: |
33
+
1. In this environment...
34
+
2. With this config...
35
+
3. Run '...'
36
+
4. See error...
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
attributes:
41
+
label: Environment
42
+
description: |
43
+
For example,
44
+
- **OS**: macOS 14
45
+
- **Version**: 0.35.4
46
+
value: |
47
+
- OS:
48
+
- Version:
49
+
render: markdown
50
+
validations:
51
+
required: true
52
+
- type: textarea
53
+
attributes:
54
+
label: Anything else?
55
+
description: |
56
+
Screenshots? Videos? Links? References? Anything that will give us more context about the issue you are encountering!
57
+
58
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
description: Please read [CONTRINUTING.md](../../docs/CONTRIBUTING.md) before proceeding. Check if there are existing [feature requests](https://community.anytype.io/c/feature-requests/l/latest?board=default) and upvote them instead. Follow [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community.
9
+
options:
10
+
- label: I have read CONTRIBUTING.md
11
+
required: true
12
+
- label: I have searched the existing requests and didn't find any that were similar
13
+
required: true
14
+
- label: I have considered creating a pull request instead and want to proceed
15
+
required: true
16
+
- type: textarea
17
+
id: feature-description
18
+
attributes:
19
+
label: Clear and concise description of the problem
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
id: suggested-solution
24
+
attributes:
25
+
label: Suggested solution
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
id: alternative
30
+
attributes:
31
+
label: Alternative
32
+
description: Clear and concise description of any alternative solutions or features you've considered.
33
+
- type: textarea
34
+
id: additional-context
35
+
attributes:
36
+
label: Additional context
37
+
description: Any other context or screenshots about the feature request here.
0 commit comments