-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from mdgspace/issue-template
docs: Issue Templates
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "Bug Report" | ||
about: Create a report to help us find and fix the bug | ||
title: "" | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
## Describe the Bug | ||
|
||
Give a brief description of what the bug is. | ||
|
||
## Steps to Reproduce | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## Expected Behaviour | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Screenhots/Video | ||
|
||
Add screenshots or screen recording to explain your problem. | ||
|
||
## Device Information [Optional] | ||
|
||
- OS: [e.g. iOS/Android] | ||
- Device: [e.g. iPhone 12/Samsung S8] | ||
|
||
## Related Issues [Optional] | ||
|
||
Are there any other similar issues or discussions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Have any issues to discuss regarding MDG Space? | ||
url: https://mdgspace.org/chat/ | ||
about: Come chat with our members and contributors!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: "Feature Request" | ||
about: Suggest a feature or an idea for this project | ||
title: "" | ||
labels: "feature" | ||
assignees: "" | ||
--- | ||
|
||
## Description | ||
|
||
Give a brief description of what the idea is. | ||
|
||
## Is your feature related to a problem? | ||
|
||
A clear and concise description of the problem you have (if you have). Also add links to any discussions. | ||
|
||
## Your Solution | ||
|
||
Please describe what you see as an apt solution. | ||
|
||
## Any Alternatives? | ||
|
||
Give a desciption of all the alternative solutions you might have considered or rejected with reason. | ||
|
||
## Additional Context | ||
|
||
Add any other relevant information about the feature request here. |