Skip to content

Commit d615c4f

Browse files
committed
remove ISSUE_TEMPLATE
1 parent db809d7 commit d615c4f

File tree

3 files changed

+21
-24
lines changed

3 files changed

+21
-24
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/issue_template.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,25 @@ section `CREATING A LOCAL REPOSITORY` of the [`aur(1)`](man1/aur.1) man page.
3535

3636
## TROUBLESHOOTING
3737

38-
See [ISSUE_TEMPLATE.md](ISSUE_TEMPLATE.md). For informal discussion, see the
39-
`#aurutils` channel on [Libera Chat](https://libera.chat/).
38+
__Verify the following in order when experiencing issues:__
39+
40+
1. Do you use the latest release of aurutils and its dependencies? If so, is the issue reproducible from the master branch?
41+
2. Does the package conform to
42+
[`PKGBUILD(5)`](https://www.archlinux.org/pacman/PKGBUILD.5.html) and the
43+
[AUR package guidelines](https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages)?
44+
3. Does the package provide the correct metadata on the
45+
[AUR RPC interface](https://aur.archlinux.org/rpc.php)?
46+
4. Does the package build with `makepkg -s` or `extra-x86_64-build` ?
47+
5. Does the package use internal `makepkg` functions? (see [FS#43502](https://bugs.archlinux.org/task/43502))
48+
6. Is the problem reproducible, and not due to a misconfiguration of
49+
`pacman`, `makepkg`, `sudoers`, `gpg` or others?
50+
51+
__If yes to all, create a debug log:__
52+
53+
```
54+
AUR_DEBUG=1 aur <name> <arguments> >aurutils.log 2>&1
55+
```
56+
and attach `aurutils.log` to a new [GitHub issue](https://github.com/aurutils/aurutils/issues).
57+
58+
For informal discussion, see the `#aurutils` channel on [Libera Chat](https://libera.chat/).
4059

0 commit comments

Comments
 (0)