mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-05 11:01:09 -05:00
* delete 04_Changing_source_code.md * make pot --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
1.0 KiB
1.0 KiB
FreshRSS Development
First Steps
Start by creating your development environment. A guide to setting up FreshRSS’s development environment can be found on the appropriate page.
After That
- Github Branching and Pushing
- Running tests
- Creating a pull request
- Releasing a new version
- Reporting bugs
- Fever API
- GoogleReader API
Backend Development
Frontend Development
Namespaces
Minz
Minz is the homemade PHP framework used by FreshRSS. More information can be found here.