Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kiswa/TaskBoard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: kiswa/TaskBoard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 9, 2020

  1. Update README.md

    kiswa authored Sep 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    df66f9e View commit details

Commits on Sep 28, 2020

  1. Update README.md

    kiswa authored Sep 28, 2020
    Copy the full SHA
    1e58ef9 View commit details

Commits on Nov 16, 2020

  1. Copy the full SHA
    19a8cec View commit details
  2. Copy the full SHA
    2998209 View commit details

Commits on May 26, 2021

  1. Update README.md

    kiswa authored May 26, 2021
    Copy the full SHA
    21150fa View commit details
Showing with 15 additions and 16 deletions.
  1. +0 −16 .github/CONTRIBUTING.md
  2. +9 −0 .github/pull_request_template.md
  3. +6 −0 README.md
16 changes: 0 additions & 16 deletions .github/CONTRIBUTING.md

This file was deleted.

9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Contributing

Fork the repository and make your changes on the `dev` branch.

Create a pull request against the `dev` branch to have your changes reviewed for merging.

### Make sure to include/update unit tests as appropriate.

#### Delete all this text, and let everyone know what the PR is for!
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# MAINTAINERS WANTED
I haven't had time to work on TaskBoard for several months now, and rather than let it fall to the wayside I'd like to bring in some maintainers. If you're interested, create an issue.

# TaskBoard

[![Build Status](https://travis-ci.org/kiswa/TaskBoard.svg)](https://travis-ci.org/kiswa/TaskBoard) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/77952f4ac9b44e9fbebe7758442d356d)](https://www.codacy.com/app/kiswa-com/TaskBoard?utm_source=github.com&utm_medium=referral&utm_content=kiswa/TaskBoard&utm_campaign=Badge_Grade) [![Join the chat at https://gitter.im/kiswa/TaskBoard](https://badges.gitter.im/kiswa/TaskBoard.svg)](https://gitter.im/kiswa/TaskBoard?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the discussion at https://reddit.com/r/TaskBoard](https://cdn.rawgit.com/kiswa/TaskBoard/09444718053f7405636ab2205ad0f12413df7a20/reddit.svg)](https://reddit.com/r/TaskBoard)
@@ -20,6 +23,9 @@ The server must have `sqlite3` and `php7-sqlite` installed.
**- OR -**
If you're comfortable changing code, you can use any database [supported by RedBeanPHP](https://redbeanphp.com/index.php?p=/connection).

#### Using PHP-FPM
You are able to use PHP-FPM if you remove (or comment out) the php_value items in the api/.htaccess file, then set them in a `.user.ini` [See Documentation](https://www.php.net/manual/en/configuration.file.per-user.php)

### Install

Installing TaskBoard is as easy as 1, 2, 3!