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: File a bug report to help us improve Aarini
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
### 🌸 Welcome to Aarini!
10
+
Thank you for helping us make Aarini a more reliable and intelligent health companion. Please provide as much detail as possible so we can squash this bug! 💜
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Bug Description
15
+
description: A clear and concise description of what the bug is.
16
+
placeholder: What happened? e.g. "The cycle length calculation is off by one day..."
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: reproduction
21
+
attributes:
22
+
label: Steps to Reproduce
23
+
description: How can we reproduce this bug?
24
+
placeholder: |
25
+
1. Go to the Tracking tab
26
+
2. Click on 'Log Period'
27
+
3. Select a date range
28
+
4. See error
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: expected
33
+
attributes:
34
+
label: Expected Behavior
35
+
description: A clear and concise description of what you expected to happen.
36
+
validations:
37
+
required: true
38
+
- type: dropdown
39
+
id: platform
40
+
attributes:
41
+
label: Platform
42
+
description: Where did you encounter this bug?
43
+
options:
44
+
- React Native (iOS)
45
+
- React Native (Android)
46
+
- Flask Backend API
47
+
- Firebase / Database
48
+
validations:
49
+
required: true
50
+
- type: checkboxes
51
+
id: security
52
+
attributes:
53
+
label: Privacy Check
54
+
description: Does this bug expose any private user health data or Firebase keys? If YES, please do NOT submit this issue publicly and reach out to the maintainer directly.
description: Suggest an idea to make Aarini even better
3
+
title: "[Feature]: "
4
+
labels: ["enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
### 🌸 Welcome to Aarini!
10
+
We believe the best health tools are built by diverse, passionate communities. Thank you for your idea to help Aarini empower women's hormonal wellness! 💜
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Feature Description
15
+
description: A clear and concise description of the feature you are requesting.
16
+
placeholder: e.g. "I would like to see an integration for wearable devices to sync heart rate data..."
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: problem
21
+
attributes:
22
+
label: Problem it Solves
23
+
description: Is your feature request related to a problem? Please describe.
24
+
placeholder: e.g. "Currently, I have to manually log my sleep, which is frustrating because..."
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
id: alternatives
29
+
attributes:
30
+
label: Alternatives Considered
31
+
description: A clear and concise description of any alternative solutions or features you've considered.
0 commit comments