2017 © Pedro Peláez
 

project pleebo

Social Q&A made simple

image

seramity/pleebo

Social Q&A made simple

  • Tuesday, March 13, 2018
  • by Seramity
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Pleebo

Social Q&A made simple

Pleebo is a Q&A (questions and answers) platform that allows you to interact with your friends. With Pleebo, you can ask anyone questions and get to know them better., (*1)

Installation

  1. Create a new project: composer create-project seramity/Pleebo PATH -s alpha
  2. Add credentials in .env
  3. Install database: ./vendor/bin/phinx migrate

Contributing

If you would like to contribute to Pleebo's development, we would appreciate anything from simple bug fixes to implementing new features. We'll be glad to work with whatever that is proposed to us if appropriate., (*2)

Bug Fixes

If you would like to report a bug in Pleebo, please create a new issue (if the issue doesn't already exist) and clearly explain the following: - Description of the bug - How and where it happens - How to reproduce the bug - If applicable, which platforms does it appears on (browser and/or operating system), (*3)

Pull Requests

To get started on submitting a new feature, please do the following: 1. Fork the repo 2. Create a new branch: git checkout -b feature-FEATURENAME (Please use the conventional feature branch names when submitting a feature) 3. Commit changes: git commit -am "COMMIT MESSAGE" 4. Push your changes: git push origin feature-FEATURENAME 5. Create pull request, (*4)

TODO

Pleebo's development can be followed at our official Trello board., (*5)

The Versions