File tree Expand file tree Collapse file tree 5 files changed +131
-4
lines changed
Expand file tree Collapse file tree 5 files changed +131
-4
lines changed Original file line number Diff line number Diff line change 1- github : hyperpolymath
1+ # SPDX-License-Identifier: AGPL-3.0-or-later
2+ # Funding platforms for hyperpolymath projects
3+ # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
4+
5+ github : hyperpolymath
6+ ko_fi : hyperpolymath
7+ liberapay : hyperpolymath
Original file line number Diff line number Diff line change 11---
22name : Bug report
33about : Create a report to help us improve
4- title : ' '
5- labels : ' '
4+ title : " [Bug]: "
5+ labels : ' bug, priority: unset, triage '
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 1+ ---
2+ name : Documentation
3+ about : Report unclear, missing, or incorrect documentation
4+ title : " [DOCS]: "
5+ labels : ' documentation, priority: unset, triage'
6+ assignees : ' '
7+
8+ ---
9+
10+ name: Documentation
11+ description: Report unclear, missing, or incorrect documentation
12+ title: "[ Docs] : "
13+ labels: [ "documentation", "triage"]
14+ body:
15+ - type: markdown
16+ attributes:
17+ value: |
18+ Help us improve our documentation by reporting issues or gaps.
19+
20+ - type: dropdown
21+ id: type
22+ attributes:
23+ label: Documentation issue type
24+ options:
25+ - Missing (documentation doesn't exist)
26+ - Incorrect (information is wrong)
27+ - Unclear (confusing or hard to follow)
28+ - Outdated (no longer accurate)
29+ - Typo or grammar
30+ validations:
31+ required: true
32+
33+ - type: input
34+ id: location
35+ attributes:
36+ label: Location
37+ description: Where is this documentation? (URL, file path, or section name)
38+ placeholder: README.adoc, section "Installation"
39+ validations:
40+ required: true
41+
42+ - type: textarea
43+ id: description
44+ attributes:
45+ label: Description
46+ description: What's the problem with the current documentation?
47+ placeholder: Describe what's wrong or missing
48+ validations:
49+ required: true
50+
51+ - type: textarea
52+ id: suggestion
53+ attributes:
54+ label: Suggested improvement
55+ description: How should it be fixed or improved?
56+ placeholder: The documentation should say...
57+ validations:
58+ required: false
59+
60+ - type: checkboxes
61+ id: contribution
62+ attributes:
63+ label: Contribution
64+ options:
65+ - label: I would be willing to submit a PR to fix this
66+ required: false
Original file line number Diff line number Diff line change 22name : Feature request
33about : Suggest an idea for this project
44title : ' '
5- labels : ' '
5+ labels : ' enhancement, priority: unset, triage '
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 1+ ---
2+ name : Question
3+ about : Ask a question about usage or behaviour
4+ title : " [QUESTION]: "
5+ labels : question, triage
6+ assignees : ' '
7+
8+ ---
9+
10+ name: Question
11+ description: Ask a question about usage or behaviour
12+ title: "[ Question] : "
13+ labels: [ "question", "triage"]
14+ body:
15+ - type: markdown
16+ attributes:
17+ value: |
18+ Have a question? You can also ask in [ Discussions] ( ../discussions ) for broader conversations.
19+
20+ - type: textarea
21+ id: question
22+ attributes:
23+ label: Your question
24+ description: What would you like to know?
25+ placeholder: How do I...?
26+ validations:
27+ required: true
28+
29+ - type: textarea
30+ id: context
31+ attributes:
32+ label: Context
33+ description: Any relevant context that helps us answer your question
34+ placeholder: I'm trying to achieve X and I've tried Y...
35+ validations:
36+ required: false
37+
38+ - type: textarea
39+ id: research
40+ attributes:
41+ label: What I've already tried
42+ description: What have you already looked at or attempted?
43+ placeholder: I've read the README and searched issues but...
44+ validations:
45+ required: false
46+
47+ - type: checkboxes
48+ id: checked
49+ attributes:
50+ label: Pre-submission checklist
51+ options:
52+ - label: I have searched existing issues and discussions
53+ required: true
54+ - label: I have read the documentation
55+ required: true
You can’t perform that action at this time.
0 commit comments