Skip to content

Commit

Permalink
Merge pull request #58 from Pavan-Sai-padavala/Issue_template
Browse files Browse the repository at this point in the history
added customized issue templates
  • Loading branch information
vaishnavi-3969 authored Oct 23, 2023
2 parents 2939c45 + c27fc6a commit c72cd96
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/ISSue_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 🐛 Bug
description: Report an issue to help improve the project.
labels: ["🛠 goal: fix", "🚦 status: awaiting triage"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
12 changes: 12 additions & 0 deletions .github/ISSue_TEMPLATE/feature_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 📄 Feature Request
description: Want to add a new Feature? use this
title: "[Feat] <description>"
labels: ["📄 aspect: feature", "🚦 status: awaiting triage"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the feature.
validations:
required: true
2 changes: 1 addition & 1 deletion src/components/Bottom Nav bar/BottomNavBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ step-3: render the componenet with props as:
3. backName: name of the back button.
4. nextName: name of the next button.

PS: if you want nice UI, use React Material UI "Button" component.
PS: if you want nice UI, use React Material UI "Button" component.gi

0 comments on commit c72cd96

Please sign in to comment.