Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 801 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

20 lines (16 loc) · 801 Bytes

Before filing a bug, check the following:

  1. Do you use the latest release of aurutils and its dependencies? If so, is the issue reproducible from the master branch?
  2. Does the package conform to PKGBUILD(5) and the AUR package guidelines?
  3. Does the package provide the correct metadata on the AUR RPC interface?
  4. Does the package build with makepkg -s or extra-x86_64-build ?
  5. Is the problem reproducible, and not due to a misconfiguration of pacman, makepkg, sudoers, gpg or others?

If yes to all, create a debug log:

$ bash -x scriptname |& tee error.log

and attach it to this issue.