mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-30 08:01:07 -05:00
* Bump markdownlint-cli from 0.44.0 to 0.45.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Markdown --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
1023 B
1023 B
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. See the dedicated documentation.