logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

default.md (1072B)


  1. <!--
  2. Feel free to submit merge requests that are work-in-progress, but mark them as
  3. Draft: or WIP:.
  4. Merge requests that have Draft or WIP status will not be merged and have less chances
  5. of being reviewed, but you can still ask people to take a look if you need advice.
  6. -->
  7. # Changes
  8. *
  9. *
  10. *
  11. <!-- List what your merge request changes and how -->
  12. <!--
  13. Try to not to break existing behavior, if your changes do break existing behavior
  14. make it configurable to toggle between old behavior and new. Which one should be
  15. default is up to discussion.
  16. -->
  17. <!-- If your merge request resolves some issue link it like so: "Closes #99999" -->
  18. <!--
  19. If merge request adds some new feature that depends on backend:
  20. 1. Make sure it gracefully degrades if backend hasn't been updated to support the feature,
  21. we try to make PleromaFE compatible with older versions of BE so that people can still
  22. update frontend safely without updating backend since it's costly and much riskier.
  23. 2. Link related BE merge request here
  24. -->
  25. <!-- Screenshots are welcome -->
  26. /label ~needs-review