-
Notifications
You must be signed in to change notification settings - Fork 118
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 #22 from dakshsinghrathore/issue#19
code: removed md files and added yml code
- Loading branch information
Showing
5 changed files
with
77 additions
and
58 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,26 @@ | ||
name: "🐞 Bug Report" | ||
description: "Create a report to help us improve" | ||
title: "BUG:" | ||
labels: ["Bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: "Is there an existing issue for this?" | ||
description: "Please search to see if an issue already exists for the bug you encountered." | ||
options: | ||
- label: "I have searched the existing issues" | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "What happened?" | ||
description: "A concise description of what you're experiencing." | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: "Record" | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true | ||
- label: "I'm a GSSOC'24 contributor" | ||
- label: "I want to work on this issue" |
This file was deleted.
Oops, something went wrong.
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,26 @@ | ||
name: "📑 Documentation Update" | ||
description: "Improve Documentation" | ||
title: "DOC:" | ||
labels: [DOC, Needs Triage] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "What's wrong with the existing documentation" | ||
description: "Which things do we need to add or delete" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Add ScreenShots" | ||
description: "Add sufficient SS to explain your issue." | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: "Record" | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true | ||
- label: "I'm a GSSOC'24 contributor" | ||
- label: "I want to work on this issue" |
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,25 @@ | ||
name: "✨ Feature Request" | ||
description: "Suggest an idea for this project " | ||
title: "Feat:" | ||
labels: [Feat, Needs Triage] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Describe the feature" | ||
description: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Add ScreenShots" | ||
description: "Add sufficient SS to explain your issue." | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: "Record" | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true | ||
- label: "I'm a GSSOC'24 contributor" | ||
- label: "I want to work on this issue" |
This file was deleted.
Oops, something went wrong.