An Open Source ticketing / bug tracking system API.
If you're looking for the "official" web frontend it's here
Stable | Nightly |
---|---|
Because bugzilla is ugly and we want to make a platform that integrates with all of the existing solutions like github issues and gitlab, ideally I'd also like to have features such that we could replace proprietary systems like JIRA and Rally in the enterprise while bringing issue / bug tracking into the 21st century with things like Social Networking logins and centralizing this very important piece of running an Open Source project.
The basics:
- Fork it! 🍴
- Create an issue describing what you're working on.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- 🔥 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 CONTRIBUTING.md just for that!
Praelatus is distributed under the AGPLv3
Praelatus, an Open Source Bug Tracking / Ticketing system.
Mathew Robinson & Mark Chandler (c) 2016
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Praelatus really doesn't do anything yet!`
I will write configuration documentation when Praelatus has stabilized a bit.