Skip to content

Commit 49da486

Browse files
authored
GitHub issues (#3)
gh issues
1 parent 4a904ef commit 49da486

File tree

4 files changed

+242
-0
lines changed

4 files changed

+242
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
name: Bug Report
2+
description: File a bug report to help us improve DecaNotes
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: A clear description of what the bug is.
16+
placeholder: Tell us what you see!
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: steps
22+
attributes:
23+
label: Steps to Reproduce
24+
description: Steps to reproduce the behavior
25+
placeholder: |
26+
1. Go to '...'
27+
2. Click on '...'
28+
3. Scroll down to '...'
29+
4. See error
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: expected
35+
attributes:
36+
label: Expected Behavior
37+
description: What did you expect to happen?
38+
placeholder: Tell us what you expected!
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: actual
44+
attributes:
45+
label: Actual Behavior
46+
description: What actually happened?
47+
placeholder: Tell us what actually happened!
48+
validations:
49+
required: true
50+
51+
- type: dropdown
52+
id: platform
53+
attributes:
54+
label: Platform
55+
description: Which platform(s) are you experiencing this issue on?
56+
multiple: true
57+
options:
58+
- iOS
59+
- Android
60+
- Web
61+
validations:
62+
required: true
63+
64+
- type: input
65+
id: version
66+
attributes:
67+
label: DecaNotes Version
68+
description: What version of DecaNotes are you running?
69+
placeholder: e.g., 1.0.0
70+
validations:
71+
required: true
72+
73+
- type: dropdown
74+
id: storage
75+
attributes:
76+
label: Storage Backend
77+
description: Which storage backend are you using?
78+
options:
79+
- Local Storage (AsyncStorage)
80+
- Renterd
81+
- IPFS
82+
- Other
83+
validations:
84+
required: true
85+
86+
- type: textarea
87+
id: logs
88+
attributes:
89+
label: Relevant Log Output
90+
description: Please copy and paste any relevant log output. This will be automatically formatted into code.
91+
render: shell
92+
93+
- type: textarea
94+
id: screenshots
95+
attributes:
96+
label: Screenshots
97+
description: If applicable, add screenshots to help explain your problem.
98+
99+
- type: textarea
100+
id: additional
101+
attributes:
102+
label: Additional Context
103+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Questions & Discussions
4+
url: https://github.com/StringNick/decanotes/discussions
5+
about: Ask questions and discuss ideas with the community
6+
- name: Security Issue
7+
url: https://github.com/StringNick/decanotes/security/advisories/new
8+
about: Report a security vulnerability privately
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Documentation Issue
2+
description: Report issues with documentation or suggest improvements
3+
title: "[Docs]: "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for helping improve our documentation!
10+
11+
- type: dropdown
12+
id: type
13+
attributes:
14+
label: Issue Type
15+
description: What kind of documentation issue is this?
16+
options:
17+
- Missing documentation
18+
- Incorrect/outdated documentation
19+
- Unclear documentation
20+
- Typo/grammar
21+
- Example needed
22+
- Other
23+
validations:
24+
required: true
25+
26+
- type: input
27+
id: location
28+
attributes:
29+
label: Documentation Location
30+
description: Where is the documentation issue? (file path, URL, section name)
31+
placeholder: e.g., README.md, docs/getting-started.md, line 42
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
id: description
37+
attributes:
38+
label: Description
39+
description: Describe the issue with the documentation
40+
placeholder: The documentation states... but it should say...
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: suggestion
46+
attributes:
47+
label: Suggested Fix
48+
description: If you have a suggestion for how to fix this, please describe it here
49+
placeholder: I suggest changing...
50+
51+
- type: textarea
52+
id: additional
53+
attributes:
54+
label: Additional Context
55+
description: Add any other context or screenshots about the documentation issue here.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
name: Feature Request
2+
description: Suggest an idea for DecaNotes
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for suggesting a new feature!
10+
11+
- type: textarea
12+
id: problem
13+
attributes:
14+
label: Problem Statement
15+
description: Is your feature request related to a problem? Please describe.
16+
placeholder: I'm always frustrated when...
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: solution
22+
attributes:
23+
label: Proposed Solution
24+
description: Describe the solution you'd like
25+
placeholder: I would like to see...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: alternatives
31+
attributes:
32+
label: Alternatives Considered
33+
description: Describe alternatives you've considered
34+
placeholder: I've also considered...
35+
36+
- type: dropdown
37+
id: category
38+
attributes:
39+
label: Feature Category
40+
description: Which area does this feature relate to?
41+
options:
42+
- Editor
43+
- Markdown Support
44+
- Storage/Sync
45+
- UI/UX
46+
- Performance
47+
- Accessibility
48+
- Other
49+
validations:
50+
required: true
51+
52+
- type: dropdown
53+
id: platform
54+
attributes:
55+
label: Platform
56+
description: Which platform(s) should this feature be available on?
57+
multiple: true
58+
options:
59+
- iOS
60+
- Android
61+
- Web
62+
- All Platforms
63+
validations:
64+
required: true
65+
66+
- type: textarea
67+
id: mockups
68+
attributes:
69+
label: Mockups or Examples
70+
description: If applicable, add mockups or examples from other apps
71+
72+
- type: textarea
73+
id: additional
74+
attributes:
75+
label: Additional Context
76+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)