aurutils: v19.5
[aurutils.git] / ISSUE_TEMPLATE.md
blobaac9ce770f6c07b1d6995a9bac99492d1a51fdd0
1 __Before filing a bug, check the following:__
3 1) Do you use the latest release of aurutils and its dependencies? If so,
4 is the issue reproducible from the master branch?
5 2) Does the package conform to 
6 [`PKGBUILD(5)`](https://www.archlinux.org/pacman/PKGBUILD.5.html) and the 
7 [AUR package guidelines](https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages)?
8 3) Does the package provide the correct metadata on the 
9 [AUR RPC interface](https://aur.archlinux.org/rpc.php)?
10 4) Does the package build with `makepkg -s` or `extra-x86_64-build` ?
11 5) Does the package use internal `makepkg` functions? (see [FS#43502](https://bugs.archlinux.org/task/43502))
12 6) Is the problem reproducible, and not due to a misconfiguration of
13 `pacman`, `makepkg`, `sudoers`, `gpg` or others?
15 __If yes to all, create a debug log:__
17 ```
18 AUR_DEBUG=1 aur <name> <arguments> >aurutils.log 2>&1
19 ```
21 and attach aurutils.log to this issue.