Skip to content

Commit

Permalink
Merge branch 'main' into fix-auth-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Uday-kiran9147 authored Jun 5, 2024
2 parents 45b31c7 + 05b754c commit a120ae1
Show file tree
Hide file tree
Showing 13 changed files with 673 additions and 358 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Enable version updates for flutter's pub package manager
- package-ecosystem: "pub"
# Look for pubspec.yaml and pubspec.lock files in the root directory
directory: "/"
# Check the pub.dev registry for updates every month
schedule:
interval: "monthly"
# # Add default reviewers
# reviewers:
# - "Yashshukla11"
8 changes: 8 additions & 0 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
4 changes: 3 additions & 1 deletion .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
4 changes: 3 additions & 1 deletion .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 23 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,38 @@ This guide will walk you through the process of contributing to ExamTime!

<br>

1. Clone the project
1. Fork the repository

Click on the "Fork" button in the upper right corner of the repository page on GitHub to create a copy of the repository in your GitHub account.

2. Clone the forked repository

```bash
git clone https://github.com/Yashshukla11/ExamTime_android.git
git clone https://github.com/YourUsername/ExamTime_android
```

2. Navigate to the project directory
3. Navigate to the project directory

```bash
cd ExamTime_android
cd ExamTime_android
```
3. Navigate to the app directory

4. Navigate to the app directory

```bash
cd app
cd app
```

4. Install dependencies using pub get
5. Install dependencies using pub get

```bash
flutter pub get
flutter pub get
```
5. Run the Flutter app

6. Run the Flutter app

```bash
flutter run
flutter run
```

Now you are done with the project setup, now you can make the changes you want or assign.
Expand Down Expand Up @@ -93,10 +100,8 @@ If you find this project helpful, please consider giving it a star on GitHub! Yo
### Documentation 📑
- Document any significant changes or additions to the codebase.
- Provide clear and concise explanations of the functionality, usage, and any relevant
considerations.
- Update the `README.md` file to reflect the changes made and provide instructions on how to use the
project (if needed).
- Provide clear and concise explanations of the functionality, usage, and any relevant considerations.
- Update the `README.md` file to reflect the changes made and provide instructions on how to use the project (if needed).
### ✅ Code Reviews
Expand All @@ -106,8 +111,7 @@ If you find this project helpful, please consider giving it a star on GitHub! Yo
### ✅ Bug Fixes and Issue Reporting
- Help identify and fix bugs in the project.
- Report any issues or bugs you encounter during your contribution by creating a new issue in the
GitHub repository.
- Report any issues or bugs you encounter during your contribution by creating a new issue in the GitHub repository.
### 🚀🚀Feature Requests
Expand All @@ -116,8 +120,7 @@ If you find this project helpful, please consider giving it a star on GitHub! Yo
### ☘️ Spread the Word
- Share your experience and the project with others.
- Spread the word about the project on social media, developer forums, or any relevant community
platforms.
- Spread the word about the project on social media, developer forums, or any relevant community platforms.
Thank you for your valuable contribution and for being a part of the ExamTime! Together, we can make
a difference. 🚀
Thank you for your valuable contribution and for being a part of the ExamTime! Together, we can make a difference. 🚀
=======
Loading

0 comments on commit a120ae1

Please sign in to comment.