jacobluo / backend-old

The REST API for Praelatus, an Open Source bug tracking / ticketing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Praelatus License GoDoc GoReportCard

An Open Source bug tracker and ticketing system.

This project is no longer maintained

If you're looking for the official web frontend it's in its own repo

Stable Nightly
Build Status Build Status

What is Praelatus?

Praelatus is a modern bug tracker and ticketing system inspired by JIRA, BugZilla, and the many support ticketing systems members of the Core Team have used throughout their careers.

Grown from frustration with today’s disparate and difficult methods of bug reporting, Praelatus aims to simplify the way other Open Source projects operate. Through intuitive workflows and support for “Internet Driver’s License” accounts such as Github, Google, and Twitter, any user can submit a ticket in three clicks or less – including account creation – without the need of a user manual.

Contributing

The basics:

  1. Fork it! 🍴
  2. Create an issue describing what you're working on.
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. 🔥 Submit a pull request :D 🔥

All pull requests should go to the develop branch not master. Thanks!

We follow the Contributor Covenant code of conduct, you can find it here

Need help getting started hacking on Praelatus? No problem we have a doc for that!

License

Praelatus is distributed under the Apache License.

   Copyright 2016 Mark Chandler & Mathew Robinson

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Installation

TODO For now Praelatus is in a VERY alpha state and so this documentation will be updated and written when there is something to write about.

About

The REST API for Praelatus, an Open Source bug tracking / ticketing system

License:Apache License 2.0


Languages

Language:Go 100.0%