Merge pull request #565 from rafasc/ra/fetch-log-format
[aurutils.git] / ISSUE_TEMPLATE.md
blob2295879f5c327e2285d63593b73bfbc82306e72a
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) Is the problem reproducible, and not due to a misconfiguration of
12 `pacman`, `makepkg`, `sudoers`, `gpg` or others?
14 __If yes to all, create a debug log:__
16 ```
17 wget https://raw.githubusercontent.com/AladW/aurutils/master/xtrace
18 bash xtrace aur <name> <arguments>
19 ```
21 and attach the resulting files to this issue.
23 <!-- Note that ./xtrace exports SHELLOPTS, which "set -e" appends to. In -->
24 <!-- particular, any aur-* scripts ran by aur-sync will have "set -e" -->
25 <!-- enabled. -->