You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

  1. # Contributing Guidelines
  2. Please make sure that all packages you commit or request to pull:
  3. * Package a version which is still maintained by the upstream author.
  4. * Have yourself or another person listed in the (PKG_)MAINTAINER field.
  5. * Will be updated regularly to maintained and supported versions.
  6. * Have no dependencies outside the openwrt core packages or this feed.
  7. * Are tested to run (or at the very least tested to compile sucessfully)
  8. Please make sure that all commits you make to this repository:
  9. * Are signed-off (see https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork)
  10. * Have a proper description prefixed with the package name
  11. If you have commit access:
  12. * Do NOT use git push --force.
  13. * Do NOT commit to other maintainer's packages without their consent.
  14. * Use Pull Requests if you are unsure and to suggest changes to other maintainers.
  15. Release Branches:
  16. * Branches named "for-XX.YY" (e.g. for-14.07) are release branches.
  17. * These branches are built with the respective OpenWrt release and are created
  18. during the release stabilisation phase.
  19. * Please ONLY cherry-pick or commit security and bug-fixes to these branches.
  20. * Do NOT add new packages and do NOT do major upgrades of packages here.
  21. * If you are unsure if your change is suitable, please use a pull request.