Skip to content

Commit

Permalink
Merge pull request #36 from Alidante254/main
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Alidantech authored Jan 13, 2024
2 parents 32609b3 + c5f382b commit 26835c6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
22 changes: 22 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Labeler
on: [pull_request_target]

jobs:
label:

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Organizer App

# Organiser App

The Organiser App is a mobile application that empowers you to efficiently organize and manage your schedules and daily routines. Say goodbye to missed appointments and forgotten to-dos; this app is designed to help you stay on top of your life and make the most of your day.
The Organizer App is a mobile application designed to empower users to efficiently organize and manage their schedules and daily routines. This app aims to eliminate missed appointments and forgotten to-dos, helping users stay on top of their lives and make the most of each day.

## Table of Contents
- [Features](#features)
Expand All @@ -27,15 +26,15 @@ The Organiser App is a mobile application that empowers you to efficiently organ

## Getting Started

Before using the Organiser App, you'll need to install it on your Android device. Please follow the installation instructions below.
Before using the Organizer App, you'll need to install it on your Android device. Please follow the installation instructions below.

## Installation

1. **Download from Google Play Store**: Visit the Google Play Store on your Android device.

2. **Search for "Organiser App"**: In the search bar, enter "Organiser App."
2. **Search for "Organizer App"**: In the search bar, enter "Organizer App."

3. **Install the App**: Locate the Organiser App in the search results and tap the "Install" button.
3. **Install the App**: Locate the Organizer App in the search results and tap the "Install" button.

4. **Open the App**: After installation is complete, open the app from your device's app drawer.

Expand All @@ -57,7 +56,7 @@ Before using the Organiser App, you'll need to install it on your Android device

## Contributing

We welcome contributions from the community to make the Organiser App even better. If you'd like to contribute, please follow these steps:
We welcome contributions from the community to make the Organizer App even better. If you'd like to contribute, please follow these steps:

1. Fork the repository.

Expand All @@ -71,4 +70,4 @@ We'll review your contribution and merge it if it aligns with the project's goal

## License

This project is licensed under the
This project is licensed under the MIT License[LICENSE].

0 comments on commit 26835c6

Please sign in to comment.