diff --git a/.github/ISSue_TEMPLATE/bug_report.yml b/.github/ISSue_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..7be9c68 --- /dev/null +++ b/.github/ISSue_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSue_TEMPLATE/feature_report.yml b/.github/ISSue_TEMPLATE/feature_report.yml new file mode 100644 index 0000000..cb620e1 --- /dev/null +++ b/.github/ISSue_TEMPLATE/feature_report.yml @@ -0,0 +1,12 @@ +name: 📄 Feature Request +description: Want to add a new Feature? use this +title: "[Feat] " +labels: ["📄 aspect: feature", "🚦 status: awaiting triage"] +body: + - type: textarea + id: description + attributes: + label: Description + description: A brief description of the feature. + validations: + required: true \ No newline at end of file diff --git a/src/components/Bottom Nav bar/BottomNavBar.md b/src/components/Bottom Nav bar/BottomNavBar.md index ddc1f93..e708f11 100644 --- a/src/components/Bottom Nav bar/BottomNavBar.md +++ b/src/components/Bottom Nav bar/BottomNavBar.md @@ -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. \ No newline at end of file +PS: if you want nice UI, use React Material UI "Button" component.gi \ No newline at end of file