Skip to content

Commit

Permalink
It is quite short guided setup for New developers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulpancake000 authored May 7, 2018
1 parent ed0f42b commit 4494efd
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,61 @@ Daily goals app. An app that reminds you of your daily goals set. It will showca
to store performance.
The app will be like an assistant which will guide you throughout your life.
It will manage your day. It will manage how you spend your time. It will manage your relations and connections. Eg. It will give you optimized suggestions to spend that time effectively by considering how you spend your time, the app will build your schedule and will tell you accordingly. The app will use machine learning.


### Introduction

This application is a collaborative project made by the Google Udacity Android Basics Scholars.

### How to Setup

- Head over to the [Base Repository](https://github.com/UdacityAndroidBasicsScholarship/daily-goals) and Fork it.


#### Using Android Studio

- Copy the URL of your Fork & Clone it in Android Studio.

- Start Coding and Make Changes.

- Once done, push the changes to your fork.


#### Using CLI

- Clone your fork.
```
git clone https://github.com/<your_github_username>/daily-goals
```

- Change current working directory.
```
cd daily-goals
```

- Start Coding and Make Changes.

- Add individual modified file to Staging area and write Commit Message for it.
```
git add File1
git commit -m "Changed File1"
git add File2
git commit -m "Changed File2"
```

- Push changes to your Fork Repository.

### Submitting PR

- From your fork create a PR.

- Write a PR Title.

- In PR Description,

- Mention a short description of changes you've made.

- Or Attach a screenshot or gif of the same.

- Or Add your Slack ID (Display Name).

1 comment on commit 4494efd

@Soulpancake000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to mention the slack Id so
Slack Id - vivek.verma

Please sign in to comment.