Skip to content

Commit

Permalink
Merge pull request #103 from mdgspace/issue-template
Browse files Browse the repository at this point in the history
docs: Issue Templates
  • Loading branch information
aman-singh7 authored Nov 10, 2022
2 parents 2acf10b + 62138ac commit 1cca675
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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!!!
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 1cca675

Please sign in to comment.