Skip to content

Commit 977f3ca

Browse files
Standard issue submission (#4715)
1 parent ecee95e commit 977f3ca

File tree

5 files changed

+138
-0
lines changed

5 files changed

+138
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "[BUG] - Issue Title"
4+
labels: bug
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Describe the bug\nA clear and concise description of what the bug is."
10+
11+
- type: textarea
12+
attributes:
13+
label: Steps to Reproduce
14+
description: "List the steps to reproduce the bug."
15+
placeholder: "1. Go to '...'\n2. Click on '...'\n3. See error"
16+
17+
- type: textarea
18+
attributes:
19+
label: Expected Behavior
20+
description: "Describe the behavior you expected to see."
21+
placeholder: "A clear and concise description of what you expected to happen."
22+
23+
- type: input
24+
attributes:
25+
label: Servicecomb Version
26+
description: "Please provide your Servicecomb version"
27+
placeholder: "3.2.4"
28+
29+
- type: textarea
30+
attributes:
31+
label: Additional Context
32+
description: "Add any other context about the problem here."
33+
placeholder: "Any additional information that might help us debug the issue."

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: "Contact Support"
4+
url: "mailto:dev@servicecomb.apache.org"
5+
about: "If you need help, please contact us."
6+
templates:
7+
- name: "Bug Report"
8+
description: "Report a bug or issue."
9+
filename: "bug_report.yml"
10+
- name: "Feature Request"
11+
description: "Request a new feature or improvement."
12+
filename: "feature_request.yml"
13+
- name: "Documentation Issue"
14+
description: "Report an issue with documentation."
15+
filename: "documentation_issue.yml"
16+
- name: "Question"
17+
description: "Ask a question or seek help."
18+
filename: "question.yml"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Documentation Issue
2+
description: Report an issue with the documentation
3+
title: "[DOCUMENTATION] - Documentation Issue Title"
4+
labels: documentation
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Describe the documentation issue\nA clear and concise description of the issue with the documentation."
10+
11+
- type: textarea
12+
attributes:
13+
label: Location in documentation
14+
description: "Please provide the URL or section where the issue appears."
15+
placeholder: "e.g. https://docs.example.com/section"
16+
17+
- type: textarea
18+
attributes:
19+
label: What should be changed?
20+
description: "Please describe what changes or improvements should be made to the documentation."
21+
placeholder: "Explain how we can improve the content."
22+
23+
- type: textarea
24+
attributes:
25+
label: Additional Context
26+
description: "Provide any other context or examples here."
27+
placeholder: "Additional comments or suggestions for the documentation."
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature Request
2+
description: Suggest an idea or feature for this project
3+
title: "[FEATURE] - Feature Title"
4+
labels: enhancement
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Describe the feature request\nA clear and concise description of what you want to be added to the project."
10+
11+
- type: textarea
12+
attributes:
13+
label: Problem this feature would solve
14+
description: "Please describe the problem or challenge you're facing."
15+
placeholder: "Explain why this feature would be helpful."
16+
17+
- type: textarea
18+
attributes:
19+
label: Describe the solution
20+
description: "How do you envision this feature working?"
21+
placeholder: "Provide a description of how the feature would solve the problem."
22+
23+
- type: textarea
24+
attributes:
25+
label: Alternatives considered
26+
description: "Have you considered other solutions or alternatives? If yes, describe them."
27+
placeholder: "Provide any alternative solutions you've thought about."
28+
29+
- type: textarea
30+
attributes:
31+
label: Additional Context
32+
description: "Any other context or information that might help us implement this feature."
33+
placeholder: "Include any links, mockups, or additional details."
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: General Question
2+
description: Ask a general question related to the project
3+
title: "[QUESTION] - Question Title"
4+
labels: question
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## What is your question?\nDescribe the question or issue you are facing. Be as specific as possible."
10+
11+
- type: textarea
12+
attributes:
13+
label: Steps to reproduce (if applicable)
14+
description: "If your question is about a specific problem or bug, please include steps to reproduce it."
15+
placeholder: "Provide steps, if applicable."
16+
17+
- type: textarea
18+
attributes:
19+
label: What have you tried so far?
20+
description: "Please explain what you have already tried to resolve the issue or answer the question."
21+
placeholder: "Describe the steps you've taken."
22+
23+
- type: textarea
24+
attributes:
25+
label: Additional context
26+
description: "Provide any other context or information related to the question."
27+
placeholder: "Include any relevant links or background information."

0 commit comments

Comments
 (0)