Skip to content

Commit ee06f15

Browse files
committed
Add issue template
1 parent f804cee commit ee06f15

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Documentation Issue
2+
description: Suggest improvements or report problems with the Gephi documentation
3+
title: "[Documentation]: "
4+
labels: []
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to help improve Gephi's documentation!
10+
11+
- type: dropdown
12+
id: issue-type
13+
attributes:
14+
label: Issue Type
15+
description: What type of issue are you submitting?
16+
options:
17+
- Documentation Suggestion
18+
- Report a Problem
19+
- Question about Documentation
20+
- Other
21+
validations:
22+
required: true
23+
24+
- type: dropdown
25+
id: documentation-area
26+
attributes:
27+
label: Documentation Area
28+
description: Which part of the documentation does this concern?
29+
options:
30+
- Gephi Desktop - User Manual
31+
- Gephi Desktop - Plugin Development
32+
- Gephi Desktop - Developer Documentation
33+
- Gephi Lite - User Manual
34+
- Gephi Lite - Integration/Deployment
35+
- Website/General
36+
- Not sure
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: description
42+
attributes:
43+
label: Description
44+
description: Please provide a clear and detailed description of your suggestion or the problem you encountered.
45+
placeholder: |
46+
- What did you expect to find in the documentation?
47+
- What is missing, unclear, or incorrect?
48+
- What improvements would you suggest?
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
id: location
54+
attributes:
55+
label: Location (if applicable)
56+
description: If this concerns a specific page, please provide the URL or page title.
57+
placeholder: "e.g., https://gephi.org/docs/... or 'Import CSV Data' page"
58+
validations:
59+
required: false
60+
61+
- type: textarea
62+
id: additional-context
63+
attributes:
64+
label: Additional Context
65+
description: Add any other context, screenshots, or examples that might be helpful.
66+
validations:
67+
required: false
68+

0 commit comments

Comments
 (0)