Skip to content

Commit 1cca675

Browse files
authored
Merge pull request #103 from mdgspace/issue-template
docs: Issue Templates
2 parents 2acf10b + 62138ac commit 1cca675

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "Bug Report"
3+
about: Create a report to help us find and fix the bug
4+
title: ""
5+
labels: "bug"
6+
assignees: ""
7+
---
8+
9+
## Describe the Bug
10+
11+
Give a brief description of what the bug is.
12+
13+
## Steps to Reproduce
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
## Expected Behaviour
21+
22+
A clear and concise description of what you expected to happen.
23+
24+
## Screenhots/Video
25+
26+
Add screenshots or screen recording to explain your problem.
27+
28+
## Device Information [Optional]
29+
30+
- OS: [e.g. iOS/Android]
31+
- Device: [e.g. iPhone 12/Samsung S8]
32+
33+
## Related Issues [Optional]
34+
35+
Are there any other similar issues or discussions.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Have any issues to discuss regarding MDG Space?
4+
url: https://mdgspace.org/chat/
5+
about: Come chat with our members and contributors!!!
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Feature Request"
3+
about: Suggest a feature or an idea for this project
4+
title: ""
5+
labels: "feature"
6+
assignees: ""
7+
---
8+
9+
## Description
10+
11+
Give a brief description of what the idea is.
12+
13+
## Is your feature related to a problem?
14+
15+
A clear and concise description of the problem you have (if you have). Also add links to any discussions.
16+
17+
## Your Solution
18+
19+
Please describe what you see as an apt solution.
20+
21+
## Any Alternatives?
22+
23+
Give a desciption of all the alternative solutions you might have considered or rejected with reason.
24+
25+
## Additional Context
26+
27+
Add any other relevant information about the feature request here.

0 commit comments

Comments
 (0)