Skip to content

Commit

Permalink
Merge pull request OSCode-Community#865 from parasss19/Issue-Temp
Browse files Browse the repository at this point in the history
modify issue temp
  • Loading branch information
Vaishnavi-Patil2211 authored Jun 29, 2023
2 parents 1cc89fb + f1b29fe commit 437b608
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 62 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: 🐛 Bug Report
description: Report a bug report
title: '[Bug]: '
labels: ['🔧 goal: fix']
body:
- type: textarea
id: what-happened
attributes:
label: Description
placeholder: Describe the issue in detail
validations:
required: true
- type: textarea
id: Expected
attributes:
label: Expected Behavior
placeholder: A brief description of what you expected to happen
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Show us the trouble with screenshots
placeholder: Attach screenshots to demonstrate the issue
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: Which browsers are affected?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Brave
- Other
- type: dropdown
id: Operating-system
attributes:
label: Which OS are affected?
multiple: true
options:
- Mac
- Windows
- linux
- type: textarea
id: version
attributes:
label: Enter the version of your web browser
placeholder: Version
validations:
required: true
- type: dropdown
id: Device
attributes:
label: Device?
multiple: true
options:
- Desktop
- Mobile
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 📄 Documentation issue
description: Found an issue in the documentation? You can use this one!
title: "[Docs]:"
labels: ["documentation"]
body:
- type: textarea
id: description
attributes:
label: Current State
validations:
required: true
- type: textarea
id: extra-info
attributes:
label: Desired State
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_req.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_req.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ✨ Feature Request
description: Suggest a feature request
title: '[Feat]: '
labels: ['⭐ goal: addition']
body:
- type: textarea
id: what-feature
attributes:
label: What feature?
placeholder: Describe it in detail
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Show us the magic with screenshots
placeholder: Attach screenshots to visualize your idea
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue

0 comments on commit 437b608

Please sign in to comment.